Skip to content

Commit a51585f

Browse files
committed
Fix a typo in 6.10
1 parent ee1cc48 commit a51585f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06_databases/6-10_connect-to-datomic.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ lein try com.datomic/datomic-free
1919
----
2020

2121
To create and connect to an in-memory database, use
22-
+database.api/create-database+ and +datomic.api/connect+:
22+
+datomic.api/create-database+ and +datomic.api/connect+:
2323

2424
[source,clojure]
2525
----

0 commit comments

Comments
 (0)