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