From 4508e535661ccd1366e492960d54aab97be87bbe Mon Sep 17 00:00:00 2001 From: Tom Browder Date: Wed, 2 Oct 2019 08:29:55 -0500 Subject: [PATCH] correct spelling for "resources" as in current usage Also makes the usage consistent with the other, already existing, uses in the file. --- S22-package-format.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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