Genetic Algorithms in Elixir: Typo in flip function (page 118)

In the flip function this line of code:

%Chromosomes{genes: genes, size: chromosome.size}

should be

%Chromosome{genes: genes, size: chromosome.size}