Skip to content

Commit

Permalink
Type conversion convention correction, correcting issue #240
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisTM authored and Jihoon Lee committed Sep 11, 2017
1 parent 8fe1c3d commit 19a87b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"float": ["float32", "float64"],
"str": ["string"],
"unicode": ["string"],
"long": ["uint64"]
"long": ["int64", "uint64"]
}
primitive_types = [bool, int, long, float]
string_types = [str, unicode]
Expand Down

0 comments on commit 19a87b7

Please sign in to comment.