Comment spelling

This commit is contained in:
dotasek 2024-12-04 14:43:49 -05:00
parent 2d74bcf08f
commit 8851c35563

View File

@ -246,7 +246,7 @@ public abstract class PrimitiveType<T> extends DataType implements IPrimitiveTyp
}
/*
* this is a work around for representation issues with Bigdecimal. So comments in DecimaType.
* this is a workaround for representation issues with BigDecimal. So comments in DecimalType.
* Yes, you can cut yourself with this method...
*/
protected void forceStringValue(String value) {