Skip to content

Commit a82c289

Browse files
committed
Auto-generated commit
1 parent f984efe commit a82c289

File tree

3 files changed

+985
-21
lines changed

3 files changed

+985
-21
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,18 @@ var obj = arraylike2object( [ 1, 2, 3, 4 ] );
8181

8282
- The returned object has the following properties:
8383

84-
- **data**: data buffer.
84+
- **data**: reference to input array.
8585
- **accessorProtocol**: `boolean` indicating whether the data buffer uses accessors for getting and setting elements.
8686
- **accessors**: a two-element array whose first element is an accessor for retrieving an array element (i.e., a getter) and whose second element is an accessor for setting an array element (i.e., a setter).
8787

8888
- The getter accessor accepts two arguments:
8989

90-
- **data**: data buffer.
90+
- **data**: input array.
9191
- **idx**: element index.
9292

9393
- The setter accessor accepts three arguments:
9494

95-
- **data**: data buffer.
95+
- **data**: input array.
9696
- **idx**: element index.
9797
- **value**: value to set.
9898

0 commit comments

Comments
 (0)