Skip to content

Commit 641ec25

Browse files
committed
Fix main export descriptions
1 parent 24493a4 commit 641ec25

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

lib/node_modules/@stdlib/assert/has-uint8clampedarray-support/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Test for native `Uint8ClampedArray` support.
2323
*
24-
* @module @stdlib/assert/has-uint8clamped-support
24+
* @module @stdlib/assert/has-uint8clampedarray-support
2525
*
2626
* @example
2727
* var hasUint8ClampedArraySupport = require( '@stdlib/assert/has-uint8clampedarray-support' );

lib/node_modules/@stdlib/assert/is-binary-string/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Tests if a value is a binary string.
22+
* Test if a value is a binary string.
2323
*
2424
* @module @stdlib/assert/is-binary-string
2525
*

lib/node_modules/@stdlib/assert/is-boolean/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Tests if a value is a boolean.
22+
* Test if a value is a boolean.
2323
*
2424
* @module @stdlib/assert/is-boolean
2525
*

lib/node_modules/@stdlib/assert/is-buffer/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Tests if a value is a Buffer instance.
22+
* Test if a value is a Buffer instance.
2323
*
2424
* @module @stdlib/assert/is-buffer
2525
*

lib/node_modules/@stdlib/assert/is-little-endian/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Returns a boolean indicating if an environment is little endian.
22+
* Return a boolean indicating if an environment is little endian.
2323
*
2424
* @module @stdlib/assert/is-little-endian
2525
*

lib/node_modules/@stdlib/assert/is-nonnegative-integer/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Tests if a value is a nonnegative integer.
22+
* Test if a value is a nonnegative integer.
2323
*
2424
* @module @stdlib/assert/is-nonnegative-integer
2525
*

lib/node_modules/@stdlib/assert/is-nonpositive-integer/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Tests if a value is a nonpositive integer.
22+
* Test if a value is a nonpositive integer.
2323
*
2424
* @module @stdlib/assert/is-nonpositive-integer
2525
*

lib/node_modules/@stdlib/assert/is-positive-integer/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Tests if a value is a positive integer.
22+
* Test if a value is a positive integer.
2323
*
2424
* @module @stdlib/assert/is-positive-integer
2525
*

lib/node_modules/@stdlib/assert/is-probability/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Tests if a value is a probability.
22+
* Test if a value is a probability.
2323
*
2424
* @module @stdlib/assert/is-probability
2525
*

0 commit comments

Comments
 (0)