From 4c98328277a938c2b9b6bc2e460037bdc5fde1e2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 31 Aug 2014 12:25:41 -0400 Subject: [PATCH] JSON - Corrected misleading comment. --- src/JSON.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JSON.cpp b/src/JSON.cpp index b970ebe53..7747826c9 100644 --- a/src/JSON.cpp +++ b/src/JSON.cpp @@ -407,7 +407,7 @@ std::string json::encode (const std::string& input) } //////////////////////////////////////////////////////////////////////////////// -// TODO Pointers might speed this up. +// TODO Using a state machine would speed this up. std::string json::decode (const std::string& input) { std::string output;