Skip to content

Commit 1b16c7b

Browse files
committed
Slight elaboration on the Array interface
1 parent 0567d88 commit 1b16c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S16-io.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ properties, mainly:
186186

187187
* It must check whether the path exists before changing its value
188188
* It can only be assigned an absolute path; if you want to make relative
189-
changes, use the Array interface
189+
changes, use the Array interface with .push and .pop
190190

191191
$*CWD is specific to the current thread, unlike C<< %*ENVZ<><PATH> >> or the
192192
native getcwd/chdir path, which are both usually process-wide.

0 commit comments

Comments
 (0)