We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64f8391 + d0008ba commit e5c3441Copy full SHA for e5c3441
src/libcore/num/mod.rs
@@ -144,7 +144,7 @@ NonZeroI8 NonZeroI16 NonZeroI32 NonZeroI64 NonZeroI128 NonZeroIsize }
144
145
/// Provides intentionally-wrapped arithmetic on `T`.
146
///
147
-/// Operations like `+` on `u32` values is intended to never overflow,
+/// Operations like `+` on `u32` values are intended to never overflow,
148
/// and in some debug configurations overflow is detected and results
149
/// in a panic. While most arithmetic falls into this category, some
150
/// code explicitly expects and relies upon modular arithmetic (e.g.,
0 commit comments