diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-15 20:08:37 +0200 |
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-16 08:01:54 +0200 |
| commit | 778529b13e8196e6f719a899f329e6bda41f9a55 (patch) | |
| tree | ef4da44ecf62f6dcdc034c1af6bbb9465300cc23 | |
| parent | c523d86552d6797ad52acece4e2e65cb319ee4f2 (diff) | |
| download | rust-778529b13e8196e6f719a899f329e6bda41f9a55.tar.gz rust-778529b13e8196e6f719a899f329e6bda41f9a55.zip | |
obsolete.rs: fix typo in message
| -rw-r--r-- | src/libsyntax/parse/obsolete.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/obsolete.rs b/src/libsyntax/parse/obsolete.rs index cadae7ef12f..ba401d313d8 100644 --- a/src/libsyntax/parse/obsolete.rs +++ b/src/libsyntax/parse/obsolete.rs @@ -76,7 +76,7 @@ impl<'a> ParserObsoleteMethods for parser::Parser<'a> { ), ObsoleteManagedExpr => ( "`@` notation for a managed pointer allocation", - "use the `box(GC)` oeprator instead of `@`" + "use the `box(GC)` operator instead of `@`" ), }; |
