diff --git a/stdx/lexer.d b/stdx/lexer.d index ffc79bb..26572dd 100644 --- a/stdx/lexer.d +++ b/stdx/lexer.d @@ -729,7 +729,8 @@ struct LexerRange } /** - * Implements the algorithm _popFrontN more efficiently. + * Implements the algorithm _popFrontN more efficiently. This function does + * not detect or handle newlines. */ void popFrontN(size_t n) pure nothrow @safe {