Skip to content

Commit 3451aca

Browse files
Merge pull request #1056 from nikochiko/patch-1
fix typo in comments
2 parents 073c56e + a6f3002 commit 3451aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/lwt.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
144144
- Sequential composition
145145
146-
For example, [Lwt.bind]. These promises only are only resolved when the
146+
For example, [Lwt.bind]. These promises are only resolved when the
147147
preceding sequence of promises resolves. The user cannot resolve these
148148
promises directly (but see the section on cancellation below).
149149

0 commit comments

Comments
 (0)