We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7a071 commit a97f0cfCopy full SHA for a97f0cf
src/main/java/com/datasiqn/commandcore/argument/type/SimpleArgumentType.java
@@ -21,7 +21,7 @@ public interface SimpleArgumentType<T> extends ArgumentType<T> {
21
* Parses just a single word
22
*
23
* @param word The word
24
- * @return An {@code Optional} containing the parsed value
+ * @return A {@code Result} containing the parsed value
25
*/
26
@NotNull Result<T, None> parseWord(String word);
27
0 commit comments