Skip to content

Commit 16ba578

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

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
@@ -937,6 +937,7 @@ To set the function execution context, provide a `thisArg`
937937

938938
```javascript
939939
var Float64ArrayFE = fixedEndianFactory( 'float64' );
940+
940941
function predicate( v ) {
941942
this.count += 1;
942943
return ( v < 0 );

0 commit comments

Comments
 (0)