diff --git a/doc/internals.md b/doc/internals.md index a4be80b..f1889c2 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 +States Diagram 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.