Fix unit of image size.

This commit is contained in:
thebusytypist 2014-07-19 13:16:31 +08:00
parent dbc3653754
commit fab097f2f2

View File

@ -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.