Skip to content

Commit bd9e8dd

Browse files
fix2
1 parent 83752a4 commit bd9e8dd

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
@@ -240,7 +240,7 @@ array.map(fn => try fn())
240240
// yields Result
241241
yield try something()
242242

243-
// Result<T> where T is the argument of iterator().next(T) but also captures
243+
// Result<T> where T is the argument of iterator().next(arg: T) but also captures
244244
// any error thrown by something()
245245
try yield something()
246246

0 commit comments

Comments
 (0)