Skip to content

Commit

Permalink
Fixed a typo in the compile_error docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Brinker committed Jan 9, 2018
1 parent b5392f5 commit 4522151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
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 4522151

Please sign in to comment.