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.