Skip to content

Commit 8fb5242

Browse files
committed
Update note
1 parent 59ea355 commit 8fb5242

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/copy-indexed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/copy-indexed/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var bool = ( out === x );
6464

6565
## Notes
6666

67-
- An _indexed_ array-like object is a data structure in which one retrieves elements via integer indices via bracket `[]` notation (e.g., `Float64Array`, `Int32Array`, `Array`, etc). This is in contrast to an _accessor_ array-like object in which one retrieves elements using `get` and `set` methods (e.g., `Complex64Array` and `Complex128Array`).
67+
- An _indexed_ array-like object is a data structure in which one retrieves elements via integer indices using bracket `[]` notation (e.g., `Float64Array`, `Int32Array`, `Array`, etc). This is in contrast to an _accessor_ array-like object in which one retrieves elements using `get` and `set` methods (e.g., `Complex64Array` and `Complex128Array`).
6868

6969
</section>
7070

0 commit comments

Comments
 (0)