Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-07-01 20:41:49 +0400
committerMilo Yip <miloyip@gmail.com>2014-07-01 20:41:49 +0400
commit553a251b5abc45d9a7f3b1d653e234ac92345e35 (patch)
tree45bd01085eef1eae996f7edb9777e2113672b499 /doc
parentdfcf4f26ddbf2576e59d38dfa684bf3eb7c90bf1 (diff)
Update tutorial.md
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 0af51120..03e7e577 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: