Skip to content

Commit 33bdec3

Browse files
committed
Spelling.
1 parent 74dec21 commit 33bdec3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/notes/1/ocaml-to-racket.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ pattern matching to discriminate and deconstruct:
637637
@section{Symbols}
638638

639639
One 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
641641
data. 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
929929
is to be distinguishable from @racket[node] structures. On
930930
the other hand a @racket[node] structure needs to be
931931
distinguishable from @racket[leaf]s, but also contain 3
932-
pieces of data within it.
932+
peices of data within it.
933933

934934
We can formulate definition of binary trees using only
935935
symbols and lists as:

0 commit comments

Comments
 (0)