Skip to content

Commit

Permalink
Merge pull request #1304 from generalmimon/hints-rust-capitalize
Browse files Browse the repository at this point in the history
chore: "rust" -> "Rust" in exercise hints
  • Loading branch information
shadows-withal committed Dec 28, 2022
2 parents 32b234c + 4303717 commit f9f07be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ name = "generics1"
path = "exercises/generics/generics1.rs"
mode = "compile"
hint = """
Vectors in rust make use of generics to create dynamically sized arrays of any type.
Vectors in Rust make use of generics to create dynamically sized arrays of any type.
You need to tell the compiler what type we are pushing onto this vector."""

[[exercises]]
Expand Down Expand Up @@ -1071,7 +1071,7 @@ path = "exercises/clippy/clippy1.rs"
mode = "clippy"
hint = """
Rust stores the highest precision version of any long or inifinite precision
mathematical constants in the rust standard library.
mathematical constants in the Rust standard library.
https://doc.rust-lang.org/stable/std/f32/consts/index.html
We may be tempted to use our own approximations for certain mathematical constants,
Expand Down

0 comments on commit f9f07be

Please sign in to comment.