Skip to content

Commit 810ff3f

Browse files
authored
Update 1-Skeleton.md
1 parent aad5dd1 commit 810ff3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/en/1-Skeleton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
In this chapter we will have an overview of the compiler's structure.
22

33
Before we start, I'd like to restress that it is **interperter** that we want
4-
to build. That means we can run a C source file just lik a script. It is
4+
to build. That means we can run a C source file just like a script. It is
55
chosen mainly for two reasons:
66

77
1. Interpreter differs from Compiler only in code generation phase, thus we'll

0 commit comments

Comments
 (0)