Skip to content

Commit

Permalink
Fix casing of “Rust” (google#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler authored Oct 15, 2024
1 parent cf7359f commit c01142e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ auto-completion and jump-to-definition functionality for [VS Code], [Emacs],
<details>

- On Debian/Ubuntu, you can also install Cargo, the Rust source and the
[Rust formatter] via `apt`. However, this gets you an outdated rust version
[Rust formatter] via `apt`. However, this gets you an outdated Rust version
and may lead to unexpected behavior. The command would be:

```shell
Expand Down
2 changes: 1 addition & 1 deletion src/modules/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Omitting the module content will tell Rust to look for it in another file:
mod garden;
```

This tells rust that the `garden` module content is found at `src/garden.rs`.
This tells Rust that the `garden` module content is found at `src/garden.rs`.
Similarly, a `garden::vegetables` module can be found at
`src/garden/vegetables.rs`.

Expand Down

0 comments on commit c01142e

Please sign in to comment.