From 4749e77b0e9fb8d523babdcaeb3d41ea9a44748d Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Mon, 2 Mar 2020 12:15:35 -0800 Subject: [PATCH] Fixed docs on how to obtain parser error. Change-Id: Ib3ffbdf51ef6af1f5c8267b84b84dceed9d4a838 --- docs/source/CppUsage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/CppUsage.md b/docs/source/CppUsage.md index 7f08e710c..6fec30c7d 100644 --- a/docs/source/CppUsage.md +++ b/docs/source/CppUsage.md @@ -479,7 +479,7 @@ include paths. If not specified, any include statements try to resolve from the current directory. If there were any parsing errors, `Parse` will return `false`, and -`Parser::err` contains a human readable error string with a line number +`Parser::error_` contains a human readable error string with a line number etc, which you should present to the creator of that file. After each JSON file, the `Parser::fbb` member variable is the