LaunchCodeEducation / skills-back-end-java

Unit 3 (Java Track) of the LC101 Curriculum, following fundamentals in Python
http://education.launchcode.org/skills-back-end-java/
Other
16 stars 31 forks source link

Typo - Data Structures and Collections #15

Closed JenKocher closed 5 years ago

JenKocher commented 7 years ago

It looks like there's a typo on this page: http://education.launchcode.org/skills-back-end-java/java4python/data-structures-and-collections/

The text currently reads: "Notice that we declared grades to be of type ArrayList<double>, using the wrapper class Double rather than the primitive type double."

I believe the "double" in "ArrayList<double>" needs to start with an uppercase "D", like this: "Notice that we declared grades to be of type ArrayList<Double>, using the wrapper class Double rather than the primitive type double."

pdmxdd commented 5 years ago

This issue was fixed, but never closed. Thanks!