We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c2eb9 commit 4a354abCopy full SHA for 4a354ab
src/libstd/macros.rs
@@ -463,7 +463,7 @@ pub mod builtin {
463
///
464
/// Using this macro is often a bad idea, because if the file is
465
/// parsed as an expression, it is going to be placed in the
466
- /// surrounding code unhygenically. This could result in variables
+ /// surrounding code unhygienically. This could result in variables
467
/// or functions being different from what the file expected if
468
/// there are variables or functions that have the same name in
469
/// the current file.
0 commit comments