From 61ea730de6fa81ba7c932c9d9c36c61356f580bc Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 15 Feb 2024 20:28:42 -0700 Subject: [PATCH] fix a comment --- src/hollywoo/Movie.kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hollywoo/Movie.kiss b/src/hollywoo/Movie.kiss index 59c2227..fa246b8 100644 --- a/src/hollywoo/Movie.kiss +++ b/src/hollywoo/Movie.kiss @@ -889,7 +889,7 @@ // Some real magic happens here. This macro defines a method, AND a reader macro // for calling it with skipping and cc passed automatically if cc is an argument. -// GOTCHA: DO NOT use (method) directly in this file!! +// GOTCHA: DO NOT use (method) directly in this file outside of the above #unless subclass block!! (defMacro hollywooMethod [nameAndType argList &builder b &body body] (let [args (expList argList) numArgs args.length