Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebe1d6f

Browse files
committed
Update 6-15_traversing-indices.asciidoc
1 parent c1399fe commit ebe1d6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

06_databases/6-15_traversing-indices.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ value:
2828
2929
(d/transact conn [{:db/id (d/tempid :db.part/user)
3030
:user/name "Barney Rubble"
31-
:user/email "barney@example.com"}])
31+
:user/email "barney@rubble.me"}])
3232
3333
(defn entities-with-attr-val
3434
"Return entities with a given attribute and value."
@@ -40,7 +40,7 @@ value:
4040
4141
(def barney (first (entities-with-attr-val (d/db conn)
4242
:user/email
43-
"barney@example.com")))
43+
"barney@rubble.me")))
4444
4545
(:user/email barney)
4646

0 commit comments

Comments
 (0)