diff --git a/src/main/java/org/mybatis/dynamic/sql/ParameterTypeConverter.java b/src/main/java/org/mybatis/dynamic/sql/ParameterTypeConverter.java index 3868f4d4b..7df7572b1 100644 --- a/src/main/java/org/mybatis/dynamic/sql/ParameterTypeConverter.java +++ b/src/main/java/org/mybatis/dynamic/sql/ParameterTypeConverter.java @@ -32,7 +32,7 @@ * Existing converters may be reused if they are marked with this additional interface. * *

The converter is only used for parameters in a parameter map. It is not used for result set processing. - * It is also not used for insert statements that are based on an external record class. The converter will be called + * It is also not used for insert statements that are based on an external row class. The converter will be called * in the following circumstances: * *