We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c62f9 commit 79b5177Copy full SHA for 79b5177
src/libcore/macros.rs
@@ -256,7 +256,7 @@ macro_rules! debug_assert_ne {
256
/// with converting downstream errors.
257
///
258
/// Prefer using `?` syntax to `try!`. `?` is built in to the language and is
259
-/// more succinct than `try!`, it is the standard method for error propogation.
+/// more succinct than `try!`. It is the standard method for error propagation.
260
261
/// `try!` matches the given `Result`. In case of the `Ok` variant, the
262
/// expression has the value of the wrapped value.
0 commit comments