Skip to content

Commit 44f2cf4

Browse files
authored
Thinko
1 parent 09016b7 commit 44f2cf4

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
@@ -1227,7 +1227,7 @@ to a file is specified under C<"resources"> field in META6.json file:
12271227
Every resource file is added to an installed Distribution and is
12281228
accessible using a Hash-like access to C<%?RESOURCES>:
12291229
1230-
=begin :skip<resources-example>
1230+
=begin code :skip<resources-example>
12311231
my $foo-IO = %?RESOURCE<images/foo.jpg>; # gets an object you can slurp
12321232
my $foo-IO = %?RESOURCE<images/foo.jpg>.absolute; # gets an absolute path to a file
12331233
my $foo-IO = %?RESOURCE<images/foo.jpg>.open; # gets an opened IO::Handle to work with

0 commit comments

Comments
 (0)