Skip to content

Commit a97f0cf

Browse files
fixed outdated javadoc
1 parent fe7a071 commit a97f0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public interface SimpleArgumentType<T> extends ArgumentType<T> {
2121
* Parses just a single word
2222
*
2323
* @param word The word
24-
* @return An {@code Optional} containing the parsed value
24+
* @return A {@code Result} containing the parsed value
2525
*/
2626
@NotNull Result<T, None> parseWord(String word);
2727

0 commit comments

Comments
 (0)