Skip to content

Commit 5528d4e

Browse files
committed
Drop a comma
1 parent d8c4409 commit 5528d4e

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
@@ -556,7 +556,7 @@ let read_in ~seconds ivar =
556556
```
557557

558558
This interoperability is not accidental. For example, the scope abstraction
559-
basically assumes that one does not use `Fiber.set_computation`, in an arbitrary
559+
basically assumes that one does not use `Fiber.set_computation` in an arbitrary
560560
unscoped manner inside the scoped fibers. An idea with the Picos interface
561561
actually is that it is not supposed to be used by applications at all and most
562562
higher level libraries should be built on top of libraries that do not directly

0 commit comments

Comments
 (0)