Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c4a53d

Browse files
nrcbrson
authored andcommittedOct 19, 2016
Review changes
1 parent 783c313 commit 3c4a53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libcore/macros.rs

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.