Correct the docstring of ensure-sybmol

This commit is contained in:
Joshua Suskalo 2022-07-07 11:03:51 -05:00
parent db242e1445
commit 98c59ea936
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -185,7 +185,7 @@
(insn/new-instance (downcall-class args ret) ^MethodHandle handle))
(defn- ensure-symbol
"Gets the address if the argument is [[Addressable]], otherwise
"Returns the argument if it is a [[NativeSymbol]], otherwise
calls [[find-symbol]] on it."
^NativeSymbol [symbol-or-addr]
(if (instance? NativeSymbol symbol-or-addr)