Skip to content

Commit da1de69

Browse files
Typo: Tokes->Tokens.
1 parent 1972075 commit da1de69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testlib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
*/
6464

6565
const char* latestFeatures[] = {
66-
"Introduced space-separated read functions: readWords/readTokes, multilines read functions: readStrings/readLines",
66+
"Introduced space-separated read functions: readWords/readTokens, multilines read functions: readStrings/readLines",
6767
"Introduced space-separated read functions: readInts/readIntegers/readLongs/readUnsignedLongs/readDoubles/readReals/readStrictDoubles/readStrictReals",
6868
"Introduced split/tokenize functions to separate string by given char",
6969
"Introduced InStream::readUnsignedLong and InStream::readLong with unsigned long long paramerters",

0 commit comments

Comments
 (0)