diff --git a/lexical_cast.htm b/lexical_cast.htm index 16ce762..0ec5553 100644 --- a/lexical_cast.htm +++ b/lexical_cast.htm @@ -77,7 +77,7 @@ conversions, such as where precision or formatting need tighter control than is offered by the default behavior of lexical_cast, the conventional stringstream approach is recommended. Where the conversions are - numeric to numeric, numeric_cast + numeric to numeric, numeric_cast may offer more reasonable behavior than lexical_cast.

For a good discussion of the options and issues involved in string-based