File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ pattern matching to discriminate and deconstruct:
637637@section{Symbols}
638638
639639One of the built-in datatypes we will use often in Racket is
640- that of a @emph{symbol}. A symbol is just an atomic piece of
640+ that of a @emph{symbol}. A symbol is just an atomic peice of
641641data. A symbol is written using the @racket[quote ] notation
642642@racket[(code:quote symbol-name)], which is abbreviated
643643@racket['symbol-name ]. What's allowable as a symbol name
@@ -929,7 +929,7 @@ data. It doesn't contain anything and its only real purpose
929929is to be distinguishable from @racket[node] structures. On
930930the other hand a @racket[node] structure needs to be
931931distinguishable from @racket[leaf]s, but also contain 3
932- pieces of data within it.
932+ peices of data within it.
933933
934934We can formulate definition of binary trees using only
935935symbols and lists as:
You can’t perform that action at this time.
0 commit comments