Skip to content

Commit

Permalink
Fix 'unhygienically' typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Dec 21, 2016
1 parent 44c2eb9 commit 4a354ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ pub mod builtin {
///
/// Using this macro is often a bad idea, because if the file is
/// parsed as an expression, it is going to be placed in the
/// surrounding code unhygenically. This could result in variables
/// surrounding code unhygienically. This could result in variables
/// or functions being different from what the file expected if
/// there are variables or functions that have the same name in
/// the current file.
Expand Down

0 comments on commit 4a354ab

Please sign in to comment.