Skip to content

Commit 823cf2a

Browse files
authored
Merge pull request #960 from jtjsir/master
update the comment in this javafile
2 parents e830385 + 9fb7c69 commit 823cf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/mapping/BoundSql.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.apache.ibatis.session.Configuration;
2525

2626
/**
27-
* An actual SQL String got form an {@link SqlSource} after having processed any dynamic content.
27+
* An actual SQL String got from an {@link SqlSource} after having processed any dynamic content.
2828
* The SQL may have SQL placeholders "?" and an list (ordered) of an parameter mappings
2929
* with the additional information for each parameter (at least the property name of the input object to read
3030
* the value from).

0 commit comments

Comments
 (0)