Skip to content

Commit e5c3441

Browse files
authored
Rollup merge of #67305 - kappa:patch-1, r=jonas-schievink
Doc typo
2 parents 64f8391 + d0008ba commit e5c3441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/num/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ NonZeroI8 NonZeroI16 NonZeroI32 NonZeroI64 NonZeroI128 NonZeroIsize }
144144

145145
/// Provides intentionally-wrapped arithmetic on `T`.
146146
///
147-
/// Operations like `+` on `u32` values is intended to never overflow,
147+
/// Operations like `+` on `u32` values are intended to never overflow,
148148
/// and in some debug configurations overflow is detected and results
149149
/// in a panic. While most arithmetic falls into this category, some
150150
/// code explicitly expects and relies upon modular arithmetic (e.g.,

0 commit comments

Comments
 (0)