diff --git a/source/dyaml/scanner.d b/source/dyaml/scanner.d index 7fabe0f..f04a8c9 100644 --- a/source/dyaml/scanner.d +++ b/source/dyaml/scanner.d @@ -182,7 +182,7 @@ final class Scanner /// any tokens left if no types specified, false otherwise. bool checkToken(const TokenID[] ids ...) @safe { - //Check if the next token is one of specified types. + // Check if the next token is one of specified types. while(needMoreTokens()) { fetchToken(); } if(!tokens_.empty) {