File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/ndarray/pop/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ var format = require( '@stdlib/string/format' );
3434* Returns an array containing a read-only truncated view of an input ndarray and a read-only view of the last element(s) along a specific dimension.
3535*
3636* @param {ndarray } x - input array
37- * @param {Object } options - functions options
38- * @param {integer } options.dim=-1 - dimension along which to perform the operation
37+ * @param {Object } [ options] - functions options
38+ * @param {integer } [ options.dim=-1] - dimension along which to perform the operation
3939* @throws {TypeError } first argument must be an ndarray having one or more dimensions
4040* @throws {RangeError } dimension index exceeds the number of dimensions
4141* @throws {TypeError } first argument must be an ndarray having one or more dimensions
You can’t perform that action at this time.
0 commit comments