Skip to content

Commit 4f1ebef

Browse files
committed
tutorial: remove duplicate words.
1 parent 60e1394 commit 4f1ebef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,8 +2156,8 @@ Rust's built-in `Send` and `Freeze` types are examples of traits that
21562156
don't provide any methods.
21572157
21582158
Traits may be implemented for specific types with [impls]. An impl for
2159-
a particular trait gives an implementation of the methods that that
2160-
trait provides. For instance, the following the following impls of
2159+
a particular trait gives an implementation of the methods that
2160+
trait provides. For instance, the following impls of
21612161
`Printable` for `int` and `~str` give implementations of the `print`
21622162
method.
21632163
@@ -3093,7 +3093,7 @@ they model most closely what people expect to shadow.
30933093

30943094
## Package ids
30953095

3096-
If you use `extern mod`, per default `rustc` will look for libraries in the the library search path (which you can
3096+
If you use `extern mod`, per default `rustc` will look for libraries in the library search path (which you can
30973097
extend with the `-L` switch).
30983098

30993099
However, Rust also ships with rustpkg, a package manager that is able to automatically download and build

0 commit comments

Comments
 (0)