diff --git a/S22-package-format.pod b/S22-package-format.pod index 43bfbfa06..7726a72f2 100644 --- a/S22-package-format.pod +++ b/S22-package-format.pod @@ -778,16 +778,16 @@ Several dynamic variables are available. This hash provides compile and runtime access to files associated with the L of the current compilation unit. -So, if the C file contains this C section: +So, if the C file contains this C section: - "resource" : [ + "resources" : [ "images/fido.png", "images/zowie.png", "libraries/inline_helper ] then the C is supposed to contain the files -C and C. After +C and C. After installation, IO objects of such a file would be available through %?RESOURCES