Skip to content

Commit 3781728

Browse files
committed
auto merge of rust-lang#11837 : xales/rust/doc-fixes, r=cmr,huonw,alexcrichton
2 parents 1fdd231 + f572379 commit 3781728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ implemented in user-space.
176176
The primary concern of an M:N runtime is that a Rust task cannot block itself in
177177
a syscall. If this happens, then the entire OS thread is frozen and unavailable
178178
for running more Rust tasks, making this a (M-1):N runtime (and you can see how
179-
this can reach 0/deadlock. By using asynchronous I/O under the hood (all I/O
179+
this can reach 0/deadlock). By using asynchronous I/O under the hood (all I/O
180180
still looks synchronous in terms of code), OS threads are never blocked until
181181
the appropriate time comes.
182182

0 commit comments

Comments
 (0)