Skip to content

Commit bd0e5a7

Browse files
authored
typo: inventory > inventors'
1 parent 38a754c commit bd0e5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04 - Array Cardio Day 1/index-START.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// 1. Filter the list of inventors for those who were born in the 1500's
3030

3131
// Array.prototype.map()
32-
// 2. Give us an array of the inventory first and last names
32+
// 2. Give us an array of the inventors' first and last names
3333

3434
// Array.prototype.sort()
3535
// 3. Sort the inventors by birthdate, oldest to youngest

0 commit comments

Comments
 (0)