Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
fix misleading example
  • Loading branch information
ottonascarella authored May 7, 2022
1 parent 3c21c7d commit 9f1178c
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 @@ -114,7 +114,7 @@ Any step can return a `java.util.concurrent.CompletionStage` or `js/promise`, Si
chain
{:x 40}
(partial println "SUCCESS:")
(partial println "SUCCESS:"))
(partial println "FAILURE:"))
; => nil
;; prints "SUCCESS: {:x 41/10}" after 1sec
```
Expand Down

0 comments on commit 9f1178c

Please sign in to comment.