Skip to content

Commit 2990ae0

Browse files
docs: update Readme
Co-authored-by: Athan <[email protected]> Signed-off-by: Ahmed_Kashkoush <[email protected]>
1 parent f6c2528 commit 2990ae0

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,7 @@ Returns the last element in an array for which a predicate function returns a tr
916916

917917
```javascript
918918
var Float64ArrayFE = fixedEndianFactory( 'float64' );
919+
919920
function predicate( element ) {
920921
return element < 0;
921922
}

0 commit comments

Comments
 (0)