diff --git a/annotations/yo/string/convertors.yo b/annotations/yo/string/convertors.yo index baf33220..fb9e377a 100644 --- a/annotations/yo/string/convertors.yo +++ b/annotations/yo/string/convertors.yo @@ -82,9 +82,8 @@ value = stoi(" 123"s, 0, 5); // assigns value 38) value of type tt(long long).) ithtq(stoul)(unsigned long stoul(std::string const &str, size_t *pos = 0, int base = 10)) - (A conversion as described with tt(stoi) (not allowing an initial + or - - character) is performed, but now to a value of type tt(unsigned - long).) + (A conversion as described with tt(stoi) is performed, but now to a + value of type tt(unsigned long).) ithtq(stoull)(unsigned long long stoull(std::string const &str, size_t *pos = 0, int base = 10)) (A conversion as described with tt(stoul) is performed, but now to a