Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Mar 18, 2013
1 parent c82b04e commit 002a195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/builtins/Array.prototype.join-order.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
generateTest(function() {
return {
valueOf: function() { throw test_error; },
toString: function() { assert_notreached("toString should not be invoked if valueOf exists"); }
toString: function() { assert_unreached("toString should not be invoked if valueOf exists"); }
};
}, "valueOf and toString");
}, "Step 3.");
Expand Down

0 comments on commit 002a195

Please sign in to comment.