Skip to content

Commit

Permalink
correct spelling for "resources" as in current usage
Browse files Browse the repository at this point in the history
Also makes the usage consistent with the other, already existing, uses in the file.
  • Loading branch information
tbrowder committed Oct 2, 2019
1 parent 8d47115 commit 4508e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S22-package-format.pod
Expand Up @@ -778,16 +778,16 @@ Several dynamic variables are available.
This hash provides compile and runtime access to files associated with the
L</Distribution> of the current compilation unit.

So, if the C<META6.json> file contains this C<resource> section:
So, if the C<META6.json> file contains this C<resources> section:

"resource" : [
"resources" : [
"images/fido.png",
"images/zowie.png",
"libraries/inline_helper
]

then the C<Distribution> is supposed to contain the files
C<resource/images/fido.png> and C<resource/images/zowie.png>. After
C<resource/images/fido.png> and C<resources/images/zowie.png>. After
installation, IO objects of such a file would be available through

%?RESOURCES<images><fido.png>
Expand Down

0 comments on commit 4508e53

Please sign in to comment.