Skip to content

Commit b992e28

Browse files
changed javadocs for ArgumentType.parse
1 parent 4d786cb commit b992e28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/datasiqn/commandcore/argument/type/ArgumentType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ public interface ArgumentType<T> {
110110
}
111111

112112
/**
113-
* Parses a string
113+
* Attempts to parse an {@code ArgumentReader}.
114+
* After parsing, the reader will always be on the space of the next argument, or the end of the reader
114115
* @param reader The reader to parse
115116
* @return The result of parsing
116117
*/

0 commit comments

Comments
 (0)