Skip to content

Commit

Permalink
tutorial: remove duplicate words.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuper committed Jan 6, 2014
1 parent 60e1394 commit 4f1ebef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/tutorial.md
Expand Up @@ -2156,8 +2156,8 @@ Rust's built-in `Send` and `Freeze` types are examples of traits that
don't provide any methods.

Traits may be implemented for specific types with [impls]. An impl for
a particular trait gives an implementation of the methods that that
trait provides. For instance, the following the following impls of
a particular trait gives an implementation of the methods that
trait provides. For instance, the following impls of
`Printable` for `int` and `~str` give implementations of the `print`
method.

Expand Down Expand Up @@ -3093,7 +3093,7 @@ they model most closely what people expect to shadow.

## Package ids

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

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

0 comments on commit 4f1ebef

Please sign in to comment.