From de8d9d88ffb2017438b4b3252d4f77ea584285c4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 27 Feb 2017 08:41:03 -0500 Subject: [PATCH] Lexer: Typo --- src/Lexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lexer.cpp b/src/Lexer.cpp index 376f40fc7..08771272f 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -572,7 +572,7 @@ bool Lexer::isDate (std::string& token, Lexer::Type& type) //////////////////////////////////////////////////////////////////////////////// // Lexer::Type::duration -// | +// | bool Lexer::isDuration (std::string& token, Lexer::Type& type) { std::size_t marker = _cursor;