Skip to content

Commit b8c9635

Browse files
authored
Merge pull request #188 from thedavidmeister/public-term
make rethinkdb.query/term? public
2 parents f3f0694 + fde537e commit b8c9635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rethinkdb/query.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
x
3838
(term :ARGS [x])))
3939

40-
(defn- term? [x]
40+
(defn term? [x]
4141
(:rethinkdb.query-builder/term x))
4242

4343
(defmacro fn [args & [body]]

0 commit comments

Comments
 (0)