Skip to content

Commit 66e0b18

Browse files
authored
Merge pull request #36 from scijava/logging-javadoc
LoggingDemo: Fix typos in javadoc
2 parents a369534 + b805f89 commit 66e0b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/scijava/ui/swing/console/LoggingDemo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
/**
5151
* {@link LoggingDemo} is an example to demonstrate the capabilitie of
5252
* {@link SwingConsolePane} and {@link LoggingPanel}. It shows the scijava gui,
53-
* and starts to example commands. The first command {@link LoggingLoop} print
53+
* and starts two example commands. The first command {@link LoggingLoop} print
5454
* "Hello World" and logs a message every second. The second command
55-
* {@link PluginThatLogs} opens a window with it's on {@link LoggingPanel} and
55+
* {@link PluginThatLogs} opens a window with its own {@link LoggingPanel} and
5656
* provides some buttons to emit some example log messages.
5757
*
5858
* @author Matthias Arzt

0 commit comments

Comments
 (0)