Skip to content

Commit 0b6487c

Browse files
committed
doc: Fix tutorial typo and remove unnecessary xfail-test
1 parent 49e466f commit 0b6487c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/tutorial-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ let result = port.recv();
220220
The `Port` and `Chan` pair created by `stream` enables efficient communication
221221
between a single sender and a single receiver, but multiple senders cannot use
222222
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
224224
following program is ill-typed:
225225

226226
~~~ {.xfail-test}

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2393,7 +2393,7 @@ override the name used to search for the crate.
23932393

23942394
Our example crate declared this set of `link` attributes:
23952395

2396-
~~~~ {.xfail-test}
2396+
~~~~
23972397
#[link(name = "farm", vers = "2.5", author = "mjh")];
23982398
~~~~
23992399

0 commit comments

Comments
 (0)