Skip to content

Commit 01e18d1

Browse files
committed
Plugin: tweak javadoc
1 parent b2dc170 commit 01e18d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/scijava/plugin/Plugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
/** The human-readable label to use (e.g., in the menu structure). */
7070
String label() default "";
7171

72-
/** A longer description of the plugin (e.g., for use a tool tip). */
72+
/** A longer description of the plugin (e.g., for use as a tool tip). */
7373
String description() default "";
7474

7575
/**
@@ -151,7 +151,7 @@
151151
boolean cancelable() default true;
152152

153153
/**
154-
* Provides a "hint" as to whether the plugin would execute correctly in a
154+
* Provides a "hint" as to whether the plugin would behave correctly in a
155155
* headless context.
156156
* <p>
157157
* Plugin developers should not specify {@code headless = true} unless the

0 commit comments

Comments
 (0)