From fab097f2f2fe1f7240ebad7ea806ab78969e9069 Mon Sep 17 00:00:00 2001 From: thebusytypist Date: Sat, 19 Jul 2014 13:16:31 +0800 Subject: [PATCH] Fix unit of image size. --- doc/internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/internals.md b/doc/internals.md index 2167a35..81c8eb2 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: -![States Diagram](diagram/iterative-parser-states-diagram.png =400px) +![States Diagram](diagram/iterative-parser-states-diagram.png =400x) 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.