Skip to content

Commit ce1f33f

Browse files
authored
Merge pull request #3356 from travisbaars/travisbaars-grammar-fix-1
Fixed minor grammar issues
2 parents bcada29 + 19f13b4 commit ce1f33f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user/languages/rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ new to Travis CI please read our [Tutorial](/user/tutorial/) and
3434
3535
By default, we download and install the latest stable Rust release at the start
3636
of the build (thanks to `rustup`). The [`minimal` profile][profiles] is used
37-
and includes the following language tools `cargo`, `rustc`, and `rustup`.
37+
and includes the following language tools: `cargo`, `rustc`, and `rustup`.
3838

3939
[profiles]: https://github.com/rust-lang/rustup/blob/master/doc/src/concepts/profiles.md
4040

@@ -72,7 +72,7 @@ jobs:
7272
```
7373
{: data-file=".travis.yml"}
7474

75-
This will runs your tests against all three channels, but any breakage in
75+
This will run your tests against all three channels, but any breakage in
7676
`nightly` will not fail the rest of build.
7777

7878
## Dependency Management

0 commit comments

Comments
 (0)