mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 19:19:53 +00:00
Fix defn docstring typo.
This commit is contained in:
parent
95eb54045f
commit
6225f8d334
@ -8,7 +8,7 @@
|
||||
###
|
||||
|
||||
(def defn :macro
|
||||
"(def name & more)\n\nDefine a function. Equivalent to (def name (fn name [args] ...))."
|
||||
"(defn name & more)\n\nDefine a function. Equivalent to (def name (fn name [args] ...))."
|
||||
(fn defn [name & more]
|
||||
(def len (length more))
|
||||
(def modifiers @[])
|
||||
|
Loading…
Reference in New Issue
Block a user