We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a727679 commit 91acc39Copy full SHA for 91acc39
src/libcore/macros.rs
@@ -138,7 +138,7 @@ macro_rules! assert_eq {
138
/// running, which might have unexpected consequences but does not introduce
139
/// unsafety as long as this only happens in safe code. The performance cost
140
/// of assertions, is however, not measurable in general. Replacing `assert!`
141
-/// with `debug_assert!` is thus only encourage after thorough profiling, and
+/// with `debug_assert!` is thus only encouraged after thorough profiling, and
142
/// more importantly, only in safe code!
143
///
144
/// # Examples
0 commit comments