nature-of-code / The-Nature-of-Code-archive

The very first build system for The Nature of Code
http://natureofcode.com
914 stars 151 forks source link

Fix for 2 (tiny) typos in chapter 9 #310

Closed danbernier closed 11 years ago

danbernier commented 11 years ago

This fixes 2 very tiny typos.

When talking about monkeys eventually typing out "to be or not to be," and how it's a silly example, the example sketch has 2 problems:

  1. the java class String was lower-cased: string s = "...";
  2. the sentence, which was supposed to only have lower-case letters and spaces, started with a capital T

This fixes both of those.

shiffman commented 11 years ago

Thank you!!