File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ name = "generics1"
665
665
path = " exercises/generics/generics1.rs"
666
666
mode = " compile"
667
667
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.
669
669
You need to tell the compiler what type we are pushing onto this vector."""
670
670
671
671
[[exercises ]]
@@ -1071,7 +1071,7 @@ path = "exercises/clippy/clippy1.rs"
1071
1071
mode = " clippy"
1072
1072
hint = """
1073
1073
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.
1075
1075
https://doc.rust-lang.org/stable/std/f32/consts/index.html
1076
1076
1077
1077
We may be tempted to use our own approximations for certain mathematical constants,
You can’t perform that action at this time.
0 commit comments