Skip to content

Commit 7ebb005

Browse files
Type correction.
1 parent 7d9fcff commit 7ebb005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ thus triggers a list assignment to the Scalar variable C<$bar>. This means that
177177
there are two chained list assignments, both having a lower precedence than the
178178
comma operator C<,> that constructs the List C<(42, "str")>. Due to their right
179179
associativity, the list assignment expression that is evaluated first is the
180-
assignment to C<$bar>, which returns the assigned value C<$(42, "str"), i.e. a
180+
assignment to C<$bar>, which returns the assigned value C<$(42, "str")>, i.e. a
181181
Scalar containing a two-element List. This value is in turn list-assigned to
182182
C<@array>, such that it becomes a Array with a single element, namely a List.
183183

0 commit comments

Comments
 (0)