Skip to content

Commit 7e1700c

Browse files
committed
docs: fix description
1 parent 8aad631 commit 7e1700c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base/flag

lib/node_modules/@stdlib/ndarray/base/flag/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# flag
2222

23-
> Return a specified flag for provided [ndarray][@stdlib/ndarray/base/ctor].
23+
> Return a specified flag for a provided [ndarray][@stdlib/ndarray/base/ctor].
2424
2525
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
2626

@@ -42,7 +42,7 @@ var flag = require( '@stdlib/ndarray/base/flag' );
4242

4343
#### flag( x, name )
4444

45-
Returns a specified flag for provided [ndarray][@stdlib/ndarray/base/ctor].
45+
Returns a specified flag for a provided [ndarray][@stdlib/ndarray/base/ctor].
4646

4747
```javascript
4848
var zeros = require( '@stdlib/ndarray/zeros' );

0 commit comments

Comments
 (0)