Skip to content

Commit 14a9e26

Browse files
authored
Rollup merge of rust-lang#47285 - AndrewBrinker:master, r=kennytm
Fixed a typo in the compile_error docs Noticed a typo and fixed it.
2 parents 14284f3 + 4522151 commit 14a9e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ pub mod builtin {
283283
/// Unconditionally causes compilation to fail with the given error message when encountered.
284284
///
285285
/// This macro should be used when a crate uses a conditional compilation strategy to provide
286-
/// better error messages for errornous conditions.
286+
/// better error messages for erroneous conditions.
287287
///
288288
/// # Examples
289289
///

0 commit comments

Comments
 (0)