This commit is contained in:
Alice Harris
2014-09-14 15:41:02 +10:00
parent 3477703916
commit 7175251649

View File

@@ -59,7 +59,7 @@ function displayData() {
console.log(name);
});
console.warn('\n' + count +
' users processed 11 according to the Hall)\n');
' users processed (should be 11 according to the Hall)\n');
return exiting(0);
}