Skip to content

Commit 42e41f1

Browse files
committed
docs(reagent): improve doc string
1 parent 8c499ad commit 42e41f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/homebase/reagent.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
:else result)))
4343

4444
(defn connect!
45-
"Connects a db-conn to a homebase.cache. This is a prerequisite for any of the db read functions in this namespace to be reactive. Returns a homebase.cache connection.
45+
"Connects a db-conn to a homebase.cache. This is a prerequisite for any of the db read functions in this namespace ([[entity]], [[q]]) to be reactive. Returns a homebase.cache connection.
4646
4747
```clojure
4848
(def db-conn (datascript/create-conn))

0 commit comments

Comments
 (0)