fix unmatched parantheses
This commit is contained in:
parent
a6864fdba5
commit
e25ad22ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -2200,7 +2200,7 @@
|
||||||
~(invoke2)
|
~(invoke2)
|
||||||
|
|
||||||
(~'asMap [~'this] ~'this)
|
(~'asMap [~'this] ~'this)
|
||||||
(~'asVec [~'this] (VecWrap. ~'this)))
|
(~'asVec [~'this] (VecWrap. ~'this))))))
|
||||||
|
|
||||||
(defmacro defstruct
|
(defmacro defstruct
|
||||||
"Defines a struct type. all members need to be supplied in pairs of `coffi-type member-name`.
|
"Defines a struct type. all members need to be supplied in pairs of `coffi-type member-name`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue