Skip to content

Commit cce55dd

Browse files
authored
Update Parts.pod6
copy-paste-o by context should be 'volume', probably text pasted from elsewhere.
1 parent b0c5aec commit cce55dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Path/Parts.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ parts.
3636
Read-only. Returns the volume of the C<IO::Path::Parts> object.
3737
3838
=begin code
39-
IO::Path::Parts.new('C:', '/some/dir', 'foo.txt').dirname.say;
39+
IO::Path::Parts.new('C:', '/some/dir', 'foo.txt').volume.say;
4040
# OUTPUT: «C:␤»
4141
=end code
4242

0 commit comments

Comments
 (0)