fixed SF# 1963214: Typo in documentation for NumberParser::parseFloat

This commit is contained in:
Guenter Obiltschnig 2008-09-16 20:25:24 +00:00
parent 3bc63ca732
commit 721e4429ad

View File

@ -108,7 +108,7 @@ public:
/// Parses a double value in decimal floating point notation
/// from the given string.
/// Throws a SyntaxException if the string does not hold a floating-point
/// number in hexadecimal notation.
/// number in decimal notation.
static bool tryParseFloat(const std::string& s, double& value);
/// Parses a double value in decimal floating point notation