We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25482c1 commit 3a2e962Copy full SHA for 3a2e962
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