diff options
Diffstat (limited to 'test/built-ins/Function/length/S15.3.5.1_A1_T1.js')
-rw-r--r-- | test/built-ins/Function/length/S15.3.5.1_A1_T1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Function/length/S15.3.5.1_A1_T1.js b/test/built-ins/Function/length/S15.3.5.1_A1_T1.js index 894b3bb43..422668ad6 100644 --- a/test/built-ins/Function/length/S15.3.5.1_A1_T1.js +++ b/test/built-ins/Function/length/S15.3.5.1_A1_T1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | The value of the length property is usually an integer that indicates the 'typical' number of arguments expected by the function es5id: 15.3.5.1_A1_T1 |