Skip to content

Commit

Permalink
Merge pull request #3 from djui/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jclaggett committed Dec 4, 2013
2 parents 8f170ca + 157fa96 commit fbef25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -77,7 +77,7 @@ Standard destructuring is supported by `->/as`:
```clojure
(-> {:a 1 :b 2}
(->/assoc :a inc)
(->/as {:keys [b]} ;; descructure topic
(->/as {:keys [b]} ;; destructure topic
(->/when (> b 10)
(->/assoc :large-b true))))
```
Expand Down

0 comments on commit fbef25d

Please sign in to comment.