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

DNA constructor inconsistency

shiffman opened this issue · 0 comments

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