Skip to content

Commit c745351

Browse files
authored
Remove apostrophe to make comment consistent (wesbos#326)
Remove apostrophe to make comment consistent
2 parents 681af58 + 5629abe commit c745351

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
@@ -33,7 +33,7 @@
3333
// 1. Filter the list of inventors for those who were born in the 1500's
3434

3535
// Array.prototype.map()
36-
// 2. Give us an array of the inventors' first and last names
36+
// 2. Give us an array of the inventors first and last names
3737

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

0 commit comments

Comments
 (0)