Skip to content

Commit a4e6464

Browse files
committed
Fix typo in Arg Javadoc (a object -> an object)
1 parent b814cba commit a4e6464

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/org/apache/ibatis/annotations

1 file changed

+2
-2
lines changed

src/main/java/org/apache/ibatis/annotations/Arg.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@
7575
Class<? extends TypeHandler> typeHandler() default UnknownTypeHandler.class;
7676

7777
/**
78-
* Return the statement id for retrieving a object that map to this argument.
78+
* Return the statement id for retrieving an object that map to this argument.
7979
*
8080
* @return the statement id
8181
*/
8282
String select() default "";
8383

8484
/**
85-
* Returns the result map id for mapping to a object that map to this argument.
85+
* Returns the result map id for mapping to an object that map to this argument.
8686
*
8787
* @return the result map id
8888
*/

0 commit comments

Comments
 (0)