summaryrefslogtreecommitdiff
path: root/doc/API
diff options
context:
space:
mode:
Diffstat (limited to 'doc/API')
-rw-r--r--doc/API2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/API b/doc/API
index c9ec6a9..fcbbaec 100644
--- a/doc/API
+++ b/doc/API
@@ -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.