diff options
Diffstat (limited to 'doc/API')
-rw-r--r-- | doc/API | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ will clean the extract function, I swear. int to_int() const; Tries to convert the String into an int. If the string is *exactly* not an int, it -will returns 0. Even " 123" will be rejected. +will return 0. Even " 123" will be rejected. double to_double() const; The same with a double. |