Fixed a typo in the documentation that points to the wrong macro (ident_to_str -> stringify)

This commit is contained in:
Armin Ronacher 2013-02-18 22:40:01 +00:00
parent a2068f1b21
commit 99c4de7300

View File

@ -549,7 +549,7 @@ This requirement most often affects name-designator pairs when they occur at the
* `log_syntax!` : print out the arguments at compile time
* `trace_macros!` : supply `true` or `false` to enable or disable printing of the macro expansion process.
* `ident_to_str!` : turn the identifier argument into a string literal
* `stringify!` : turn the identifier argument into a string literal
* `concat_idents!` : create a new identifier by concatenating the arguments