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