diff --git a/Changing-the-lines.md b/Changing-the-lines.md index 6cd9efa..b7dd67b 100644 --- a/Changing-the-lines.md +++ b/Changing-the-lines.md @@ -10,7 +10,7 @@ for (int i = 0; i < 10; i++) { Let's insert an item before the first line: ``` java - hologram.insertItemLine(0, new ItemStack(Material.GRASS)); +hologram.insertItemLine(0, new ItemStack(Material.GRASS)); ``` // To continue