Skip to content

Commit 95328f5

Browse files
committed
Fix uint8c, uint8c promotion to match C rules
1 parent 3cae09a commit 95328f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/promotion-rules/lib/promotion_rules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"uint32": "uint32",
129129
"uint16": "uint16",
130130
"uint8": "uint8",
131-
"uint8c": "uint8",
131+
"uint8c": "uint8c",
132132
"complex64": "complex64",
133133
"complex128": "complex128",
134134
"binary": -1,

0 commit comments

Comments
 (0)