Skip to content

Commit f863db4

Browse files
committed
Grammar
1 parent d2873b6 commit f863db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mybatis/dynamic/sql/SqlColumn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public SqlColumn<T> qualifiedWith(String tableQualifier) {
110110
}
111111

112112
/**
113-
* Set an alias with a camel cased string based on the column name. The can be useful for queries using
113+
* Set an alias with a camel cased string based on the column name. This can be useful for queries using
114114
* the {@link org.mybatis.dynamic.sql.util.mybatis3.CommonSelectMapper} where the columns are placed into
115115
* a map based on the column name returned from the database.
116116
*

0 commit comments

Comments
 (0)