diff -r 3453d20a82cd -r eba5222bb6f5 lemon/arg_parser.h --- a/lemon/arg_parser.h Tue Jan 22 15:55:49 2008 +0000 +++ b/lemon/arg_parser.h Tue Jan 22 16:03:41 2008 +0000 @@ -121,7 +121,7 @@ const std::string &help, int value=0, bool obl=false); - ///Add a new floating type option + ///Add a new floating point type option ///\param name The name of the option. The leading '-' must be omitted. ///\param help A help string. @@ -296,8 +296,8 @@ ///Magic type for operator[] ///This is the type of the return value of ArgParser::operator[](). - ///It automatically converts to int, double, bool or std::string, if it - ///match the type of the option, otherwise it throws an exception. + ///It automatically converts to int, double, bool or std::string if + ///the type of the option matches, otherwise it throws an exception. ///(i.e. it performs runtime type checking). class RefType {