Skip to content

Commit 0115548

Browse files
committed
Fix word mix up
1 parent d1f32f7 commit 0115548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/introduction/high-level-overview.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ file, which contains custom DSL that is expanded by ``Zend/zend_vm_gen.php`` to
182182

183183
Let's step through the opcodes form the example above:
184184

185-
- We start at the top, i.e. ``JMPZ``. If its first instruction contains a "falsy" value, it will
186-
jump to the instruction encoded in its second operand. If it is truthy, it will simply
187-
fall-through to the next operand.
185+
- We start at the top, i.e. ``JMPZ``. If its first operand contains a "falsy" value, it will jump
186+
to the instruction encoded in its second operand. If it is truthy, it will simply fall-through to
187+
the next instruction.
188188

189189
- The ``ECHO`` instruction prints its first operand.
190190

0 commit comments

Comments
 (0)