Skip to content

Commit 778529b

Browse files
author
Philipp Gesang
committed
obsolete.rs: fix typo in message
1 parent c523d86 commit 778529b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/obsolete.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl<'a> ParserObsoleteMethods for parser::Parser<'a> {
7676
),
7777
ObsoleteManagedExpr => (
7878
"`@` notation for a managed pointer allocation",
79-
"use the `box(GC)` oeprator instead of `@`"
79+
"use the `box(GC)` operator instead of `@`"
8080
),
8181
};
8282

0 commit comments

Comments
 (0)