From 553a251b5abc45d9a7f3b1d653e234ac92345e35 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Wed, 2 Jul 2014 00:41:49 +0800 Subject: [PATCH] Update tutorial.md --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index 0af5112..03e7e57 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -173,7 +173,7 @@ if (itr != 0) JSON provide a single numerical type called Number. Number can be integer or real numbers. RFC 4627 says the range of Number is specified by parser. -As C++ provides several integer and floating point number types, the DOM trys to handle these with widest possible range and good performance. +As C++ provides several integer and floating point number types, the DOM tries to handle these with widest possible range and good performance. When the DOM parses a Number, it stores it as either one of the following type: