Skip to content

Commit cc8be65

Browse files
committed
ConsoleArgument: fix typo in javadoc
1 parent 0e7951f commit cc8be65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/scijava/console/ConsoleArgument.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
* <p>
4242
* Console argument plugins discoverable at runtime must implement this
4343
* 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
44+
* {@link Plugin#type()} = {@link ConsoleArgument}.class. While it is possible
45+
* to create an console argument plugin merely by implementing this interface,
46+
* it is encouraged to instead extend {@link AbstractConsoleArgument}, for
4747
* convenience.
4848
* </p>
4949
*

0 commit comments

Comments
 (0)