File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ let result = port.recv();
220
220
The ` Port ` and ` Chan ` pair created by ` stream ` enables efficient communication
221
221
between a single sender and a single receiver, but multiple senders cannot use
222
222
a single ` Chan ` , and multiple receivers cannot use a single ` Port ` . What if our
223
- example needed to computer multiple results across a number of tasks? The
223
+ example needed to compute multiple results across a number of tasks? The
224
224
following program is ill-typed:
225
225
226
226
~~~ {.xfail-test}
Original file line number Diff line number Diff line change @@ -2393,7 +2393,7 @@ override the name used to search for the crate.
2393
2393
2394
2394
Our example crate declared this set of ` link ` attributes:
2395
2395
2396
- ~~~~ {.xfail-test}
2396
+ ~~~~
2397
2397
#[link(name = "farm", vers = "2.5", author = "mjh")];
2398
2398
~~~~
2399
2399
You can’t perform that action at this time.
0 commit comments