Skip to content

Commit

Permalink
sync example description with its code
Browse files Browse the repository at this point in the history
  • Loading branch information
stoned committed Jan 12, 2020
1 parent 6f828c1 commit a208eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/IO/Path.pod6
Expand Up @@ -538,7 +538,7 @@ Examples:
say $file;
}
# To get the names of all .jpg and .jpeg files in ~/Downloads:
# To get the names of all .jpg and .jpeg files in the home directory of the current user:
my @jpegs = $*HOME.dir: test => /:i '.' jpe?g $/;
An example program that lists all files and directories recursively:
Expand Down

0 comments on commit a208eb4

Please sign in to comment.