Skip to content

Commit

Permalink
Fix typo in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Sep 11, 2015
1 parent f70fe93 commit 3774cbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*
* <pre>
* {@code
* Router<Class> router = new Router<Class>;()
* Router<Class> router = new Router<Class>()
* .GET ("/articles", IndexHandler.class)
* .GET ("/articles/:id", ShowHandler.class)
* .POST ("/articles", CreateHandler.class)
Expand Down

0 comments on commit 3774cbb

Please # to comment.