Skip to content

Commit 463a760

Browse files
authored
Update 3-Lexer.md
1 parent 8f71582 commit 463a760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/en/3-Lexer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Let's first look at the structure of a compiler:
1818
```
1919

2020
The Compiler can be treated as a transformer that transform C source code into
21-
assembly. In this sense, lexer can parser are transformers as well: Lexer
21+
assembly. In this sense, lexer and parser are transformers as well: Lexer
2222
takes C source code as input and output token stream; Parser will consume the
2323
token stream and generate assembly code.
2424

0 commit comments

Comments
 (0)