Skip to content

Commit 482990c

Browse files
committed
docs: update copy
1 parent 3af398c commit 482990c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/slice/ctor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ o = s.toJSON();
223223

224224
## Notes
225225

226-
- Slice arguments may be either integers or `null`, where the latter indicates a slice parameter which should be determined based on the slice context (e.g., when used to index into an [`ndarray`][@stdlib/ndarray/ctor]).
226+
- Slice arguments may be either integers, `null`, or `undefined`, where a non-integer value indicates a slice parameter which should be determined based on the slice context (e.g., when used to index into an [`ndarray`][@stdlib/ndarray/ctor]).
227227
- Slice instances have no explicit functionality; however, they are used by [`ndarray`][@stdlib/ndarray] and other packages for creating views into multi-dimensional data structures.
228228

229229
</section>

0 commit comments

Comments
 (0)