diff --git a/chapters/itemstacks.md b/chapters/itemstacks.md index d42c745..8620769 100644 --- a/chapters/itemstacks.md +++ b/chapters/itemstacks.md @@ -94,8 +94,8 @@ print("Took " .. taken:get_count() .. " items") ## Wear -ItemStacks also have wear on them. Wear is a number out of 65535, the higher is -more warn. +ItemStacks also have wear on them. Wear is a number out of 65535, the higher it is, +the more wear. You use `add_wear()`, `get_wear()` and `set_wear(wear)`.