Skip to content

Commit 51a1140

Browse files
author
Ryan Neufeld
committed
Merge pull request clojure-cookbook#472 from dz-cies/patch2
Fix a typo in 6.10
2 parents ee1cc48 + a51585f commit 51a1140

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)