Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
"value value stack slots" -> "value stack slots"
  • Loading branch information
ocrow committed Oct 19, 2020
1 parent 66287cf commit 4254627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/compiler.rst
Expand Up @@ -380,7 +380,7 @@ Compilation state is encapsulated into ``duk_compiler_ctx``, which includes:
* Various control flags which operate at the entry point level

Intermediate values are represented by ``duk_ivalue`` and ``duk_ispec``.
These need value value stack slots for storing values such as strings.
These need value stack slots for storing values such as strings.

A function being compiled is represented by the inner representation
``duk_compiler_func`` which is converted into an actual function object
Expand Down

0 comments on commit 4254627

Please sign in to comment.