From 0c5d10e8ff4840b97c6558f175ba35b26f516195 Mon Sep 17 00:00:00 2001 From: pogliamarci Date: Sat, 5 Jul 2014 13:45:24 -0700 Subject: [PATCH] Fixed a copy&paste error --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 8d045d0..95bdff0 100644 --- a/Home.md +++ b/Home.md @@ -43,7 +43,7 @@ if ( !parsingSuccessful ) // Get the value of the member of root named 'encoding', return 'UTF-8' if there is no // such member. std::string encoding = root.get("encoding", "UTF-8" ).asString(); -// Get the value of the member of root named 'encoding', return a 'null' value if +// Get the value of the member of root named 'plug-ins', return a 'null' value if // there is no such member. const Json::Value plugins = root["plug-ins"]; for ( int index = 0; index < plugins.size(); ++index ) // Iterates over the sequence elements.