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-08-10 19:14:30 +0400
committerMilo Yip <miloyip@gmail.com>2014-08-10 19:14:30 +0400
commit3b3600b3d6203ce6ad3b16c6cdfe722af79cd4ca (patch)
tree18fae549098e64fccb8b2d43b6329dc07abaaa90 /doc
parent8969549527358472b42c3600b7fc5dca052621ed (diff)
Update internals.md
typo
Diffstat (limited to 'doc')
-rw-r--r--doc/internals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals.md b/doc/internals.md
index a112fac2..da60825c 100644
--- a/doc/internals.md
+++ b/doc/internals.md
@@ -119,7 +119,7 @@ In this way the generation of array values or object members would be a single s
rather than several pop/push operations in the direct implementation.
This also makes the estimation of stack size more easier.
-The states diagra is shown as follows:
+The state diagram is shown as follows:
![State Diagram](diagram/iterative-parser-states-diagram.png)