mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Lexer: Typo
This commit is contained in:
parent
e2e9725812
commit
de8d9d88ff
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ bool Lexer::isDate (std::string& token, Lexer::Type& type)
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Lexer::Type::duration
|
||||
// <ISO8106p> | <Duration>
|
||||
// <ISO8601p> | <Duration>
|
||||
bool Lexer::isDuration (std::string& token, Lexer::Type& type)
|
||||
{
|
||||
std::size_t marker = _cursor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue