We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05a98da + 3a2e962 commit a663846Copy full SHA for a663846
src/types/cast.md
@@ -25,7 +25,7 @@ fn main() {
25
println!("Casting: {} -> {} -> {}", decimal, integer, character);
26
27
// when casting any value to an unsigned type, T,
28
- // std::T::MAX + 1 is added or subtracted until the value
+ // T::MAX + 1 is added or subtracted until the value
29
// fits into the new type
30
31
// 1000 already fits in a u16
0 commit comments