Răsfoiți Sursa

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

Guenter Obiltschnig 17 ani în urmă
părinte
comite
721e4429ad
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Foundation/include/Poco/NumberParser.h

+ 1 - 1
Foundation/include/Poco/NumberParser.h

@@ -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