File tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/strided/base/mskunary-signature-callbacks
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var callbacks = require( '@stdlib/strided/base/mskunary-signature-callbacks' );
42
42
43
43
#### callbacks( table, signatures )
44
44
45
- Assigns callbacks to masked unary interfaces according to type type [ promotion rules] [ @stdlib/ndarray/promotion-rules ] .
45
+ Assigns callbacks to masked unary interfaces according to type [ promotion rules] [ @stdlib/ndarray/promotion-rules ] .
46
46
47
47
``` javascript
48
48
var signatures = require ( ' @stdlib/strided/base/mskunary-dtype-signatures' );
@@ -73,7 +73,7 @@ var list = callbacks( table, sigs );
73
73
The function accepts the following arguments:
74
74
75
75
- ** table** : callback table.
76
- - ** signatures** : options .
76
+ - ** signatures** : strided array containing masked unary interface signatures .
77
77
78
78
A callback ` table ` should have the following properties:
79
79
You can’t perform that action at this time.
0 commit comments