This commit is contained in:
Hackerpilot 2014-05-13 14:07:45 -07:00
parent 35e568a756
commit 42e9adfcb2
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ public:
* $(LINK2 #.defaultTokenFunction defaultTokenFunction) template
* parameter).
* $(LI A function that is able to determine if an identifier/keyword has
* come to an end. This function must retorn $(D_KEYWORD bool) and take
* come to an end. This function must return $(D_KEYWORD bool) and take
* a single $(D_KEYWORD size_t) argument representing the number of
* bytes to skip over before looking for a separating character.)
* $(LI Any functions referred to in the tokenHandlers template paramater.