Skip to content

Commit

Permalink
Merge pull request #29 from orthographic-pedant/spell_check/conjunction
Browse files Browse the repository at this point in the history
Fix typographical error(s)
  • Loading branch information
swannodette committed Nov 9, 2015
2 parents f5866bb + 7000382 commit 319428f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ tut1=> (run* [q] (fresh [x y] (== x y) (== y 1) (== q [x y])))
Multiple Universes
----

By now we're already familiar with conjuction, that is, logical **and**.
By now we're already familiar with conjunction, that is, logical **and**.

```clj
(with-dbs [facts fun-people] (run* [q] (fun q) (likes q 'Mary)))
Expand Down

0 comments on commit 319428f

Please sign in to comment.