Skip to content

Commit ad5e011

Browse files
committed
Another typo.
1 parent 22b974f commit ad5e011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/notes/1/what-is-a-compiler.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ descendent of the Scheme programming language, and a close cousin of
227227
OCaml, which you've previously studied. This is largely an arbitrary
228228
choice. We could have picked any programming language to build a
229229
compiler for. In choosing Racket, we get a mature, well-designed
230-
language with a minimal, easy to parse semantics and a well-understood
230+
language with a minimal, easy to parse syntax and a well-understood
231231
and clear semantics that has features representative of many modern
232232
high-level programming languages such as OCaml, Java, Python,
233233
JavaScript, Haskell, etc. If you can write a compiler for Racket, you

0 commit comments

Comments
 (0)