Skip to content

Commit 5b54be3

Browse files
committed
fix prim-invoke doc
1 parent b47ac46 commit 5b54be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ast-ref.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
[:args "A vector of AST nodes representing the arguments passed to the Class constructor"]
286286
^:optional
287287
[:validated? "`true` if the constructor call could be resolved at compile time"]]}
288-
{:op :primitive-invoke
288+
{:op :prim-invoke
289289
:doc "Node for an invoke expression that can be optimized using one of the primitive interfaces in IFn"
290290
:keys [[:form "`(prim-f arg*)`"]
291291
^:children

0 commit comments

Comments
 (0)