Skip to content

Commit 95cb9f7

Browse files
committed
Merge pull request #1570 from robinst/patch-2
Fix typo in 0230-remove-runtime.md
2 parents 6b48961 + 2af2202 commit 95cb9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0230-remove-runtime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ tasks vary along several important dimensions:
6666
applies to long-running loops or page faults.)
6767

6868
M:N models can deal with blocking in a couple of ways. The approach taken in
69-
Java's [fork/join](http://gee.cs.oswego.edu/dl/papers/fj.pdf)) framework, for
69+
Java's [fork/join](http://gee.cs.oswego.edu/dl/papers/fj.pdf) framework, for
7070
example, is to dynamically spin up/down worker threads. Alternatively, special
7171
task-aware blocking operations (including I/O) can be provided, which are
7272
mapped under the hood to nonblocking operations, allowing the worker thread to

0 commit comments

Comments
 (0)