Skip to content

Commit 47ffc13

Browse files
committed
Removing spurious 's'.
1 parent 2fa7915 commit 47ffc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fast_float/float_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ struct decimal {
235235
return mantissa;
236236
#endif
237237
}
238-
// Generate san exponent matching to_truncated_mantissa()
238+
// Generate an exponent matching to_truncated_mantissa()
239239
inline int32_t to_truncated_exponent() {
240240
return decimal_point - int32_t(max_digit_without_overflow);
241241
}

0 commit comments

Comments
 (0)