We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0b1dc commit e84ab45Copy full SHA for e84ab45
README.md
@@ -59,8 +59,8 @@ For the programmer, a `xitdb` database is like a Clojure atom.
59
(get-in @db [:users "alice" :age])
60
;; => 31
61
```
62
-One important distinction to the Clojure atom is that inside a transaction (eg. a `swap!`),
63
-'change' operations on the received db argument are mutating it.
+One important distinction from the Clojure atom is that inside a transaction (eg. a `swap!`),
+'change' operations on the received `db` argument are mutating the underlying data structure.
64
65
```clojure
66
(with-db [db (xdb/xit-db :memory)]
0 commit comments