Skip to content

Commit feaea9b

Browse files
committed
docs: update descriptions
1 parent 6f2d513 commit feaea9b

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/array/index/lib/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ setReadOnly( ArrayIndex, 'get', function get( id ) {
252252
});
253253

254254
/**
255-
* Returns the underlying array data of array index object.
255+
* Returns the underlying array data of an array index object.
256256
*
257257
* @name data
258258
* @memberof ArrayIndex.prototype
@@ -277,7 +277,7 @@ setReadOnlyAccessor( ArrayIndex.prototype, 'data', function get() {
277277
});
278278

279279
/**
280-
* Returns the underlying array data type of array index object.
280+
* Returns the underlying array data type of an array index object.
281281
*
282282
* @name dtype
283283
* @memberof ArrayIndex.prototype
@@ -348,7 +348,7 @@ setReadOnlyAccessor( ArrayIndex.prototype, 'isCached', function get() {
348348
});
349349

350350
/**
351-
* Returns the type of array index object.
351+
* Returns the type of an array index object.
352352
*
353353
* @name type
354354
* @memberof ArrayIndex.prototype

0 commit comments

Comments
 (0)