From 5629abe1f43ada6d4814315aab57916b33771aa1 Mon Sep 17 00:00:00 2001 From: Akash Raju M Date: Wed, 15 Jan 2020 14:48:28 +0530 Subject: [PATCH] Remove apostrophe to make comment consistent --- 04 - Array Cardio Day 1/index-START.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04 - Array Cardio Day 1/index-START.html b/04 - Array Cardio Day 1/index-START.html index 8ef47538c7..d19181b6b4 100644 --- a/04 - Array Cardio Day 1/index-START.html +++ b/04 - Array Cardio Day 1/index-START.html @@ -33,7 +33,7 @@ // 1. Filter the list of inventors for those who were born in the 1500's // Array.prototype.map() - // 2. Give us an array of the inventors' first and last names + // 2. Give us an array of the inventors first and last names // Array.prototype.sort() // 3. Sort the inventors by birthdate, oldest to youngest