From 02d4d2a23c4980cb838ee6426eaf25b08930be7d Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 12 Nov 2012 23:09:29 -0500 Subject: [PATCH] fixed grammar --- docs/docs/parsing.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/parsing.xml b/docs/docs/parsing.xml index 25fafaae0..f45d24eb5 100644 --- a/docs/docs/parsing.xml +++ b/docs/docs/parsing.xml @@ -419,7 +419,7 @@ documentation for the cmd_line_parser_option (the object returned by the parser's .option() function) is in a separate file.

- Note also that there are also standard typedefs for the ASCII and wide character versions of the + Note also that there are standard typedefs for the ASCII and wide character versions of the cmd_line_parser template. These are the command_line_parser and wcommand_line_parser types respectively.