Skip to content

Commit

Permalink
Auto merge of #28259 - christopherdumas:fix_empty_link, r=Manishearth
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Sep 6, 2015
2 parents 53e694e + 3fa1ee4 commit f84d53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/macros.md
Expand Up @@ -313,7 +313,7 @@ fn main() {
}
```

This works because Rust has a [hygienic macro system][]. Each macro expansion
This works because Rust has a [hygienic macro system][https://en.wikipedia.org/wiki/Hygienic_macro]. Each macro expansion
happens in a distinct ‘syntax context’, and each variable is tagged with the
syntax context where it was introduced. It’s as though the variable `state`
inside `main` is painted a different "color" from the variable `state` inside
Expand Down

0 comments on commit f84d53c

Please sign in to comment.