Skip to content

Commit 79b5177

Browse files
committed
Review changes
1 parent 14c62f9 commit 79b5177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ macro_rules! debug_assert_ne {
256256
/// with converting downstream errors.
257257
///
258258
/// 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.
259+
/// more succinct than `try!`. It is the standard method for error propagation.
260260
///
261261
/// `try!` matches the given `Result`. In case of the `Ok` variant, the
262262
/// expression has the value of the wrapped value.

0 commit comments

Comments
 (0)