Skip to content

Commit f5ba708

Browse files
authored
Merge pull request #19 from radarhere/patch-1
Fixed typo
2 parents d75f80c + 4f69207 commit f5ba708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ it can accept transactions, provide snapshots for querying, and be cloned.
5050

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

5656
;; Since the insert was transacted, it persists

0 commit comments

Comments
 (0)