Skip to content

Commit

Permalink
minor meta cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 10, 2019
1 parent 67a906a commit 1de8fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ public static void registerTags() {
// @returns ElementTag
// @description
// returns the list formatted, with each item separated by the defined text.
// For example: <li@bob|jacob|mcmonkey.separated_by[ and ]> will return "bob and jacob and mcmonkey".
// For example: <li@bob|joe|john.separated_by[ and ]> will return "bob and joe and john".
// -->
registerTag("separated_by", (attribute, object) -> {
ListTag list = object;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class AdjustCommand extends AbstractCommand {
//
// @Usage
// Use to set the skin of every online player.
// - adjust <server.list_online_players> skin:mcmonkey4eva
// - adjust <server.list_online_players> skin:Notch
//
// @Usage
// Use to modify an item held in a definition.
Expand Down

0 comments on commit 1de8fb0

Please sign in to comment.