nature-of-code / noc-book

The Nature of Code book (archived repo, see README for new repo / build system!)
http://natureofcode.com
1.94k stars 365 forks source link

fixing case of DNA Object `dna` #125

Closed MAKIO135 closed 7 years ago

MAKIO135 commented 7 years ago

line 1296: DNA dna; line 1305 should be: dna = new DNA(4); instead of DNA = new DNA(4);

shiffman commented 7 years ago

Thank you!!