Skip to content

Commit 541d3c0

Browse files
committed
remove mention of core behavior
1 parent b705d6d commit 541d3c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

markdown-pages/docs/manual/array-and-list.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ var tenthItem = myArray[10];
5252

5353
</CodeTab>
5454

55-
The behavior of returning an `option` is new to V11 when you have [Core](/docs/manual/api/stdlib) open.
56-
It provides a safer way to access array items, which is especially useful when you're not sure if the index is out of bounds.
57-
If you would like to not use an `option`, you can use [`Array.getUnsafe`](/docs/manual/api/stdlib/array#value-getUnsafe).
58-
5955
#### Update
6056

6157
Items in an array can be updated by assigning a value to an index or using a function:

0 commit comments

Comments
 (0)