Skip to content

Commit 4303717

Browse files
committed
chore: "rust" -> "Rust" in exercise hints
1 parent 32b234c commit 4303717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ name = "generics1"
665665
path = "exercises/generics/generics1.rs"
666666
mode = "compile"
667667
hint = """
668-
Vectors in rust make use of generics to create dynamically sized arrays of any type.
668+
Vectors in Rust make use of generics to create dynamically sized arrays of any type.
669669
You need to tell the compiler what type we are pushing onto this vector."""
670670

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

0 commit comments

Comments
 (0)