Skip to content

Commit

Permalink
update the comment in this javafile
Browse files Browse the repository at this point in the history
change the word 'form' to 'from'
  • Loading branch information
jtjsir committed Mar 31, 2017
1 parent e830385 commit 9fb7c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/ibatis/mapping/BoundSql.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.apache.ibatis.session.Configuration;

/**
* 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.
* The SQL may have SQL placeholders "?" and an list (ordered) of an parameter mappings
* with the additional information for each parameter (at least the property name of the input object to read
* the value from).
Expand Down

0 comments on commit 9fb7c69

Please sign in to comment.