Skip to content

Commit a6df08a

Browse files
committed
Fix spelling
1 parent 8408c1e commit a6df08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/compiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ than a regular compiler. But its following the same semantics.
99

1010
Lexing and Parsing
1111

12-
A typical compiler will have separate lexing, syntax analisys. However the parser
12+
A typical compiler will have separate lexing, syntax analysis. However the parser
1313
was designed to do part of the lexing because of all context dependend logic of most Markup languages.
1414
We call this the parsing phase. This will result into an AST that is mostly close to the original source. It
1515
might contain some optimizations for later use.

0 commit comments

Comments
 (0)