Skip to content

Commit

Permalink
Fix javadoc error.
Browse files Browse the repository at this point in the history
  • Loading branch information
samskivert committed May 29, 2019
1 parent 9d85d90 commit 9a0537a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static void main (String[] argv) {

/**
* Runs Getdown as an application, using the arguments supplie as {@code argv}.
* @return the {@code Getdown} instance that is running. {@link Getdown#start} will have been
* @return the {@code Getdown} instance that is running. {@link Getdown#run} will have been
* called on it.
* @throws Exception if anything goes wrong starting Getdown.
*/
Expand Down

0 comments on commit 9a0537a

Please sign in to comment.