Skip to content

Commit 63a31e9

Browse files
committed
Fix wording in assertion description
1 parent 9737311 commit 63a31e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/about_arrays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test("splice", function() {
2222
var weekend = daysOfWeek;
2323

2424
deepEqual(workingWeek, ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'], 'what is the value of workingWeek?');
25-
deepEqual(weekend, ['Saturday', 'Sunday'], 'what is the value of daysOfWeek?');
25+
deepEqual(weekend, ['Saturday', 'Sunday'], 'what is the value of weekend?');
2626
});
2727

2828
test("stack methods", function() {

0 commit comments

Comments
 (0)