Browse Source

Trivial test case typo fix

pull/944/head
Sami Vaarala 8 years ago
parent
commit
e823e42d9a
  1. 2
      tests/ecmascript/test-bi-math-tonumber.js

2
tests/ecmascript/test-bi-math-tonumber.js

@ -3,7 +3,7 @@
*
* Ecmascript 5.1 requires that all Math object methods coerce all arguments
* with ToNumber from left to right. This ensures that all side effects
* caused by ToNumber coercion have pig chance to be evaluated.
* caused by ToNumber coercion have a chance to be evaluated.
*/
var pig = { valueOf: function() { print("pig"); return 812; } };

Loading…
Cancel
Save