Skip to content

Commit a87dccb

Browse files
committed
docs: fix description
1 parent d7a87e1 commit a87dccb

File tree

1 file changed

+3
-2
lines changed
  • lib/node_modules/@stdlib/array/index/docs

1 file changed

+3
-2
lines changed

lib/node_modules/@stdlib/array/index/docs/repl.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
Examples
6060
--------
6161
> var idx = new {{alias}}( [ 1, 2, 3, 4 ] );
62-
> // ...
6362
> {{alias}}.free( idx.id )
63+
<boolean>
6464

6565

6666
{{alias}}.get( id )
@@ -98,7 +98,7 @@
9898
Returns
9999
-------
100100
out: Array|TypedArray|Object
101-
Array data type.
101+
Array data.
102102

103103
Examples
104104
--------
@@ -181,6 +181,7 @@
181181
--------
182182
> var idx = new {{alias}}( [ 1, 2, 3, 4 ] );
183183
> idx.toString()
184+
<string>
184185

185186

186187
{{alias}}.prototype.toJSON()

0 commit comments

Comments
 (0)