From a1bda7b3baa67da1579f8b319c113bcc94f5baaf Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Sat, 2 Dec 2023 14:56:18 +0100 Subject: [PATCH] README typo: global ref[] = ... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee8b1f5..4688c8e 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ function __init__() # This space will be unique between versions of my package that different major and # minor versions, but allows patch releases to share the same. scratch_name = "data_for_version-$(pkg_version.major).$(pkg_version.minor)" - global version_specific_scratch[] = @get_scratch!(scratch_name) + version_specific_scratch[] = @get_scratch!(scratch_name) end end # module