Skip to content

Commit

Permalink
Specify image height.
Browse files Browse the repository at this point in the history
  • Loading branch information
thebusytypist committed Jul 19, 2014
1 parent 1ed4a5e commit f728f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f728f57

Please sign in to comment.