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

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

DNA constructor inconsistency #358

Closed shiffman closed 10 years ago

shiffman commented 10 years ago

example 9.1 should be DNA child = new DNA(); instead of DNA child = new DNA(genes.length);