Pre: @arg -> @param to quiet cljsbuild warnings.
This commit is contained in:
parent
21f672f921
commit
53322d8389
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue