Skip to content

Commit f66bafd

Browse files
committed
Trivial spelling corrections
1 parent 6fcf044 commit f66bafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/about_arrays.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ test("stack methods", function() {
2929
stack.push("first");
3030
stack.push("second");
3131

32-
equals(stack.pop(), __, 'what will be the first value poped off the stack?');
33-
equals(stack.pop(), __, 'what will be the second value poped off the stack?');
32+
equals(stack.pop(), __, 'what will be the first value popped off the stack?');
33+
equals(stack.pop(), __, 'what will be the second value popped off the stack?');
3434
});

0 commit comments

Comments
 (0)