Skip to content

Commit f5d00a5

Browse files
committed
[S02] tiny wording update
we do not call arrays stored a scalar "array ref" anymore
1 parent 39ac2b0 commit f5d00a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S02-bits.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4203,7 +4203,7 @@ the identifier is otherwise declared.
42034203

42044204
There's also no "C<use strict 'refs'>" because symbolic dereferences
42054205
are now syntactically distinguished from hard dereferences.
4206-
C<@($arrayref)> must now provide an actual array object, while
4206+
C<@($array)> must now provide an actual array object, while
42074207
C<@::($string)> is explicitly a symbolic reference. (Yes, this may
42084208
give fits to the P5-to-P6 translator, but I think it's worth it to
42094209
separate the concepts. Perhaps the symbolic ref form will admit real

0 commit comments

Comments
 (0)