Remove unnecessary "to"
This commit is contained in:
parent
d65141d44b
commit
00cc80240a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Both storage objects provide same methods and properties:
|
||||||
- `key(index)` -- get the key on a given position.
|
- `key(index)` -- get the key on a given position.
|
||||||
- `length` -- the number of stored items.
|
- `length` -- the number of stored items.
|
||||||
|
|
||||||
As you can see, it's like a `Map` collection (`setItem/getItem/removeItem`), but also allows to access by index with `key(index)`.
|
As you can see, it's like a `Map` collection (`setItem/getItem/removeItem`), but also allows access by index with `key(index)`.
|
||||||
|
|
||||||
Let's see how it works.
|
Let's see how it works.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue