Skip to content

Commit 5553fb8

Browse files
committed
Merge branch 'pull-request/38'
2 parents 6d33099 + 0175fe4 commit 5553fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/php-spec-draft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ more variables. For example, `$a = 123` and `$b =& $a`, and `$c = 'hi'`:
992992
</pre>
993993

994994
After the byRef assignment, `$a` and `$b` now have an alias relationship.
995-
Next, let's observe what happens for `$b = &$c`:
995+
Next, let's observe what happens for `$b =& $c`:
996996
<pre>
997997
[VSlot $a *]-->[VStore Int 123]
998998

0 commit comments

Comments
 (0)