Skip to content

Commit 283ba23

Browse files
committed
added comment
1 parent 8536cca commit 283ba23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/delimited_to_arrays.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ AK_TPS_Resolve(AK_TypeParserState previous, AK_TypeParserState new) {
169169
}
170170
// numerical promotion
171171
if (previous == TPS_INT) {
172+
// this means that an empty field will not force integer to string
172173
if (new == TPS_EMPTY || new == TPS_INT) return TPS_INT;
173174
if (new == TPS_FLOAT) return TPS_FLOAT;
174175
if (new == TPS_COMPLEX) return TPS_COMPLEX;

0 commit comments

Comments
 (0)