Skip to content

Commit 21cdf0c

Browse files
fix: javascript lint errors
PR-URL: #7143 Closes: #7107 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 7d64bcb commit 21cdf0c

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/assert/is-arraybuffer-view/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/assert/is-arraybuffer-view/lib/polyfill.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ var isDataView = require( '@stdlib/assert/is-dataview' );
3939
*
4040
* @example
4141
* var Int8Array = require( '@stdlib/array/int8' );
42+
*
4243
* var bool = isArrayBufferView( new Int8Array( 10 ) );
4344
* // returns true
4445
*

0 commit comments

Comments
 (0)