Update internals.md

typo
This commit is contained in:
Milo Yip 2014-08-10 23:14:30 +08:00
parent 8969549527
commit 3b3600b3d6

View File

@ -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. rather than several pop/push operations in the direct implementation.
This also makes the estimation of stack size more easier. 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) ![State Diagram](diagram/iterative-parser-states-diagram.png)