Pre: @arg -> @param to quiet cljsbuild warnings.

This commit is contained in:
Richard Newman 2016-09-06 17:17:55 -07:00
parent 21f672f921
commit 53322d8389

View file

@ -126,8 +126,8 @@
"Transform a DataScript Pattern instance into the parts needed
to build a SQL expression.
@arg cc A CC instance.
@arg pattern The pattern instance.
@param cc A CC instance.
@param pattern The pattern instance.
@return an augmented CC"
[cc pattern]
(when-not (instance? Pattern pattern)