Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miloyip committed Jul 1, 2014
1 parent dfcf4f2 commit 553a251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 553a251

Please sign in to comment.