Skip to content

Commit 5cc13f1

Browse files
author
Teo Koon Peng
committed
fix typo
1 parent d8d553c commit 5cc13f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rostsd_gen/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function primitiveType2JSName(type) {
258258
switch (type) {
259259
case 'char':
260260
case 'byte':
261-
case 'uin8':
261+
case 'uint8':
262262
case 'int8':
263263
case 'int16':
264264
case 'uint16':

0 commit comments

Comments
 (0)