Skip to content

Commit 517af7e

Browse files
committed
early => earley. Oops.
1 parent e11e90f commit 517af7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ type capture_clause = @~[capture_item];
371371
// If the syntax extension is an MBE macro, it will attempt to match its
372372
// LHS "matchers" against the provided token tree, and if it finds a
373373
// match, will transcribe the RHS token tree, splicing in any captured
374-
// early_parser::matched_nonterminals into the tt_nonterminals it finds.
374+
// earley_parser::matched_nonterminals into the tt_nonterminals it finds.
375375
//
376376
// The RHS of an MBE macro is the only place a tt_nonterminal or tt_seq
377377
// makes any real sense. You could write them elsewhere but nothing

0 commit comments

Comments
 (0)