diff options
| author | bors <bors@rust-lang.org> | 2013-02-18 21:04:33 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-02-18 21:04:33 -0800 |
| commit | 6e40314bbf9c6e810e836296018de082c0e15d12 (patch) | |
| tree | 751fd7f6c82b7944f334a3290309c256e948f7a2 | |
| parent | 24603afc937e3135ff10ca17c6f20dff9957eb4a (diff) | |
| parent | 99c4de73001e2f85a00c819fc208b31e93808480 (diff) | |
| download | rust-6e40314bbf9c6e810e836296018de082c0e15d12.tar.gz rust-6e40314bbf9c6e810e836296018de082c0e15d12.zip | |
auto merge of #5015 : mitsuhiko/rust/doc-fix-stringify, r=catamorphism
Fixed a typo in the documentation that points to the wrong macro.
| -rw-r--r-- | doc/rust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md index 14efa3fcead..e63fb3980a1 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -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 |
