Skip to content

Commit 2857da4

Browse files
committed
Merge branch 'pull-request/37'
2 parents 7b96ede + 1ff4a02 commit 2857da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/php-spec-draft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,8 @@ value assignment and byRef assignment.
691691

692692
####Value Assignment of Scalar Types to a Local Variable
693693
Value assignment is the primary means by which the programmer can create
694-
local variables. If a local variable appears on the left-hand side of
695-
value assignment does not exist, the engine will bring a new local
694+
local variables. If a local variable that appears on the left-hand side
695+
of value assignment does not exist, the engine will bring a new local
696696
variable into existence and create a VSlot and initial VStore for
697697
storing the local variable's value.
698698

0 commit comments

Comments
 (0)