Skip to content

Commit

Permalink
Typo: Tokes->Tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMirzayanov committed Jan 9, 2017
1 parent 1972075 commit da1de69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testlib.h
Expand Up @@ -63,7 +63,7 @@
*/

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

0 comments on commit da1de69

Please sign in to comment.