Skip to content

Commit 4a354ab

Browse files
committed
Fix 'unhygienically' typo.
1 parent 44c2eb9 commit 4a354ab

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
@@ -463,7 +463,7 @@ pub mod builtin {
463463
///
464464
/// Using this macro is often a bad idea, because if the file is
465465
/// parsed as an expression, it is going to be placed in the
466-
/// surrounding code unhygenically. This could result in variables
466+
/// surrounding code unhygienically. This could result in variables
467467
/// or functions being different from what the file expected if
468468
/// there are variables or functions that have the same name in
469469
/// the current file.

0 commit comments

Comments
 (0)