the example: ``` my @fruits = keys %fruit_colors; my @colors = values %fruit_colors; ``` should actually be ```fruit_color``` not ```fruit_colors``` to agree with previous examples.