We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e830385 + 9fb7c69 commit 823cf2aCopy full SHA for 823cf2a
src/main/java/org/apache/ibatis/mapping/BoundSql.java
@@ -24,7 +24,7 @@
24
import org.apache.ibatis.session.Configuration;
25
26
/**
27
- * An actual SQL String got form an {@link SqlSource} after having processed any dynamic content.
+ * An actual SQL String got from an {@link SqlSource} after having processed any dynamic content.
28
* The SQL may have SQL placeholders "?" and an list (ordered) of an parameter mappings
29
* with the additional information for each parameter (at least the property name of the input object to read
30
* the value from).
0 commit comments