chore: "rust" -> "Rust" in exercise hints
This commit is contained in:
parent
32b234c9f0
commit
4303717951
|
@ -665,7 +665,7 @@ name = "generics1"
|
||||||
path = "exercises/generics/generics1.rs"
|
path = "exercises/generics/generics1.rs"
|
||||||
mode = "compile"
|
mode = "compile"
|
||||||
hint = """
|
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."""
|
You need to tell the compiler what type we are pushing onto this vector."""
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
|
@ -1071,7 +1071,7 @@ path = "exercises/clippy/clippy1.rs"
|
||||||
mode = "clippy"
|
mode = "clippy"
|
||||||
hint = """
|
hint = """
|
||||||
Rust stores the highest precision version of any long or inifinite precision
|
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
|
https://doc.rust-lang.org/stable/std/f32/consts/index.html
|
||||||
|
|
||||||
We may be tempted to use our own approximations for certain mathematical constants,
|
We may be tempted to use our own approximations for certain mathematical constants,
|
||||||
|
|
Loading…
Reference in a new issue