Docs: make comment on Task::decode match reality

This commit is contained in:
Dustin J. Mitchell
2018-11-10 19:42:15 -05:00
parent bd221a5adc
commit f1599d8029

View File

@@ -1703,12 +1703,8 @@ const std::string Task::encode (const std::string& value) const
////////////////////////////////////////////////////////////////////////////////
// Decode values after parse.
// " <- &dquot;
// ' <- &squot; or &quot;
// , <- &comma;
// [ <- &open;
// ] <- &close;
// : <- &colon;
const std::string Task::decode (const std::string& value) const
{
if (value.find ('&') == std::string::npos)