Skip to content

Commit

Permalink
Fix more example meta typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 8, 2013
1 parent 0dea41d commit 7385c96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class RunCommand extends AbstractCommand {
// <--[example]
// @Title Using Local Scripts tutorial
// @Description
// Use local scripts as a way to avoid making unnessecary script containers
// Use local scripts as a way to avoid making unnecessary script containers
// or to group together utility task scripts.
//
// @Code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@
public class AnchorCommand extends AbstractCommand {

// <--[example]
// @name Simple Anchor Example
// @Title Simple Anchor Example
// @link Anchor Command, Anchors, Anchor Trait

// @description
// @Description
// The following code example contains a very simple 'waypoints' system utilizing the
// anchor command, anchor trait (provided by Citizens2), and world scripts.

// @code
// @Code
// TODO: This example 0.0
//
// -->

Expand Down

0 comments on commit 7385c96

Please sign in to comment.