Skip to content

Commit

Permalink
Merge pull request #19 from radarhere/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
dgrnbrg authored Aug 7, 2016
2 parents d75f80c + 4f69207 commit f5ba708
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 @@ -50,7 +50,7 @@ it can accept transactions, provide snapshots for querying, and be cloned.

;; We can insert some data into it via a transaction
;; The update! function is atomic, just like swap! for atoms
;; update! will pass its transction function a snapshot of the outboard
;; update! will pass its transaction function a snapshot of the outboard
(ob/update! my-outboard (fn [snapshot] (ob/insert snapshot "goodbye" "moon")))

;; Since the insert was transacted, it persists
Expand Down

0 comments on commit f5ba708

Please sign in to comment.