Skip to content

Commit

Permalink
Fixed the accidentally docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Bilbrey committed Apr 10, 2013
1 parent 98f76b8 commit 7122639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/laytonsmith/core/functions/ItemMeta.java
Expand Up @@ -185,7 +185,7 @@ public ExampleScript[] examples() throws ConfigCompileException {
"set_itemmeta(null, array(display: 'Amazing Sword', lore: array('Look at my sword', 'my sword is amazing')))",
"The item in your hands is now amazing"),
new ExampleScript("Demonstrates a written book",
"set_itemmeta(null, array(author: 'Writer', pages: array('Once upon a time', 'The end.'), title: 'Epic Story'})",
"set_itemmeta(null, array(author: 'Writer', pages: array('Once upon a time', 'The end.'), title: 'Epic Story'))",
"This will write a very short story"),
new ExampleScript("Demonstrates an EnchantedBook",
"set_itemmeta(null, array(stored: array(array(elevel: 25, etype: DAMAGE_ALL), array(etype: DURABILITY, elevel: 3))))",
Expand Down

0 comments on commit 7122639

Please sign in to comment.