diff options
Diffstat (limited to 'src/libsyntax/parse')
| -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 `@`" ), }; |
