There was an error while loading. Please reload this page.
1 parent b2dc170 commit 01e18d1Copy full SHA for 01e18d1
1 file changed
src/main/java/org/scijava/plugin/Plugin.java
@@ -69,7 +69,7 @@
69
/** The human-readable label to use (e.g., in the menu structure). */
70
String label() default "";
71
72
- /** A longer description of the plugin (e.g., for use a tool tip). */
+ /** A longer description of the plugin (e.g., for use as a tool tip). */
73
String description() default "";
74
75
/**
@@ -151,7 +151,7 @@
151
boolean cancelable() default true;
152
153
154
- * Provides a "hint" as to whether the plugin would execute correctly in a
+ * Provides a "hint" as to whether the plugin would behave correctly in a
155
* headless context.
156
* <p>
157
* Plugin developers should not specify {@code headless = true} unless the
0 commit comments