Skip to content

Commit

Permalink
Fix example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 13, 2013
1 parent 471dba1 commit 7e2013b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1849,8 +1849,8 @@ public void playerBucketFill(PlayerBucketFillEvent event) {
// - define arg_size <c.args.size>
// - narrate "'%arg_size%' arguments were used."
// - if %arg_size% > 0 {
// - narrate "'<c.args.get[1]>' was the first argument."
// - narrate "Here's a list of all the arguments<&co> <c.args.as_cslist>"
// - narrate "'<c.args.get[1]>' was the first argument."
// - narrate "Here's a list of all the arguments<&co> <c.args.as_cslist>"
// }
//
// # When a command isn't found, Bukkit reports an error. To let bukkit know
Expand Down

0 comments on commit 7e2013b

Please sign in to comment.