Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Teo Koon Peng committed Jan 21, 2020
1 parent d8d553c commit 5cc13f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rostsd_gen/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function primitiveType2JSName(type) {
switch (type) {
case 'char':
case 'byte':
case 'uin8':
case 'uint8':
case 'int8':
case 'int16':
case 'uint16':
Expand Down

0 comments on commit 5cc13f1

Please sign in to comment.