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:
authorthebusytypist <ounanding@gmail.com>2014-07-19 09:21:53 +0400
committerthebusytypist <ounanding@gmail.com>2014-07-19 09:21:53 +0400
commitf728f57275f5ed694ce4679a61cc1f954c81b954 (patch)
tree06ccb474b42e5c724377915305cc71b27dc4d686 /doc
parent1ed4a5ed84d372db167d58275942610f4861e58f (diff)
Specify image height.
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 767575a1..a4be80b5 100644
--- a/doc/internals.md
+++ b/doc/internals.md
@@ -121,7 +121,7 @@ This also makes the estimation of stack size more easier.
The final states diagram is shown below:
-<img src="diagram/iterative-parser-states-diagram.png" alt="States Diagram" style="width: 400px;"/>
+<img src="diagram/iterative-parser-states-diagram.png" alt="States Diagram" style="height: 400px;"/>
Second, the iterative parser also keeps track of array's value count and object's member count
in its internal stack, which may be different from a conventional implementation.