fix a comment

This commit is contained in:
2024-02-15 20:28:42 -07:00
parent 96b34c54d8
commit 61ea730de6

View File

@@ -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