Skip to content

Commit ea25ea5

Browse files
committed
Change the lexer name
1 parent 30ed5bd commit ea25ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ graph LR;
2323
2424
subgraph LI[Lexer Interface]
2525
L(String Lexer);
26-
LT("File Lexer (Possible)");
26+
LT("(Source) Lexer");
2727
end
2828
2929
LI-->P(Parser);

0 commit comments

Comments
 (0)