Skip to content

Commit 5b6a424

Browse files
committed
Avoid calling string values objects
1 parent 9ae2dae commit 5b6a424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ advance, so to find the length of an array, you typically write
189189

190190
{{index [function, "as property"], method, string}}
191191

192-
Both string and array objects contain, in addition to the `length`
192+
Both string and array values contain, in addition to the `length`
193193
property, a number of properties that hold function values.
194194

195195
```

0 commit comments

Comments
 (0)