We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7951f commit cc8be65Copy full SHA for cc8be65
src/main/java/org/scijava/console/ConsoleArgument.java
@@ -41,9 +41,9 @@
41
* <p>
42
* Console argument plugins discoverable at runtime must implement this
43
* interface and be annotated with @{@link Plugin} with attribute
44
- * {@link Plugin#type()} = {@link ConsoleArgument}.class. While it possible to
45
- * create an console argument plugin merely by implementing this interface, it
46
- * is encouraged to instead extend {@link AbstractConsoleArgument}, for
+ * {@link Plugin#type()} = {@link ConsoleArgument}.class. While it is possible
+ * to create an console argument plugin merely by implementing this interface,
+ * it is encouraged to instead extend {@link AbstractConsoleArgument}, for
47
* convenience.
48
* </p>
49
*
0 commit comments