Skip to content

Commit c7e9201

Browse files
docs: update jsdoc for includes method
Co-authored-by: Muhammad Haris <[email protected]> Signed-off-by: Ahmed_Kashkoush <[email protected]>
1 parent 8a6e54a commit c7e9201

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-factory/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
676676
return -1;
677677
});
678678
/**
679-
* A boolean value which is true if the value `searchElement` is found.
679+
* Returns `true` if the specified `searchElement` is present in the array.
680680
*
681681
* @private
682682
* @name includes

0 commit comments

Comments
 (0)