Skip to content

Commit 040fca4

Browse files
committed
tidy
1 parent c0888ac commit 040fca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/util/parse_as.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bool ParseAs(const std::string &text, unsigned int &value, int base = 10); //!
4040
bool ParseAs(const std::string &text, unsigned long &value, int base = 10); //! 解析unsigned long值
4141
bool ParseAs(const std::string &text, unsigned long long &value, int base = 10); //! 解析unsigned long long值
4242

43-
bool ParseAs(const std::string &text, float &value); //! 解析double值
43+
bool ParseAs(const std::string &text, float &value); //! 解析float值
4444
bool ParseAs(const std::string &text, double &value); //! 解析double值
4545

4646
}

0 commit comments

Comments
 (0)