Skip to content

Commit

Permalink
Rollup merge of rust-lang#47285 - AndrewBrinker:master, r=kennytm
Browse files Browse the repository at this point in the history
Fixed a typo in the compile_error docs

Noticed a typo and fixed it.
  • Loading branch information
frewsxcv authored Jan 10, 2018
2 parents 14284f3 + 4522151 commit 14a9e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ pub mod builtin {
/// Unconditionally causes compilation to fail with the given error message when encountered.
///
/// This macro should be used when a crate uses a conditional compilation strategy to provide
/// better error messages for errornous conditions.
/// better error messages for erroneous conditions.
///
/// # Examples
///
Expand Down

0 comments on commit 14a9e26

Please sign in to comment.