Skip to content

Commit d6f2d2b

Browse files
committed
Fixes #19.
1 parent 953cd1a commit d6f2d2b

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
@@ -103,7 +103,7 @@ See composition below for example.
103103

104104
## Composition
105105

106-
Channel-returning functions can be composed with `dosql` macro that returns result of last form of first exception.
106+
Channel-returning functions can be composed with `dosql` macro that returns result of last form or first exception.
107107

108108
```clojure
109109
(<!! (go

0 commit comments

Comments
 (0)