mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
fixed SF# 1963214: Typo in documentation for NumberParser::parseFloat
This commit is contained in:
parent
3bc63ca732
commit
721e4429ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user