Skip to content

Commit 4522151

Browse files
author
Andrew Brinker
committed
Fixed a typo in the compile_error docs
1 parent b5392f5 commit 4522151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

Lines changed: 1 addition & 1 deletion
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)