mirror of
https://github.com/janet-lang/janet
synced 2024-11-07 17:29:54 +00:00
fix doc
This commit is contained in:
parent
e3ba79428a
commit
f5213e4064
@ -89,7 +89,7 @@ are matched. If there are no matches, return nil."
|
||||
(defmacro doc
|
||||
"Shows documentation for the given symbol."
|
||||
[sym]
|
||||
(tuple doc* '_env sym))
|
||||
(tuple doc* '_env (tuple 'quote sym)))
|
||||
|
||||
(def apply
|
||||
(fn [f & args]
|
||||
|
Loading…
Reference in New Issue
Block a user