Skip to content

Commit 1798cfd

Browse files
docs: update Readme
Co-authored-by: Muhammad Haris <[email protected]> Signed-off-by: Ahmed_Kashkoush <[email protected]>
1 parent 55fc217 commit 1798cfd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ idx = arr.includes( 2.0, -4 );
536536
// returns true
537537
```
538538

539-
If `searchElement` is not present in the array, the method returns `false`.
539+
If the specified `searchElement` is not present in the array, the method returns `false`.
540540

541541
```javascript
542542
var Float64ArrayFE = fixedEndianFactory( 'float64' );

0 commit comments

Comments
 (0)