Lexer: Typo

This commit is contained in:
Paul Beckingham 2017-02-27 08:41:03 -05:00
parent e2e9725812
commit de8d9d88ff

View file

@ -572,7 +572,7 @@ bool Lexer::isDate (std::string& token, Lexer::Type& type)
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Lexer::Type::duration // Lexer::Type::duration
// <ISO8106p> | <Duration> // <ISO8601p> | <Duration>
bool Lexer::isDuration (std::string& token, Lexer::Type& type) bool Lexer::isDuration (std::string& token, Lexer::Type& type)
{ {
std::size_t marker = _cursor; std::size_t marker = _cursor;