diff --git a/Component-Generator.md b/Component-Generator.md index c84c713..1c17e3f 100644 --- a/Component-Generator.md +++ b/Component-Generator.md @@ -11,7 +11,7 @@ _"selected slot does not contain fuel"_ if the selected slot has no item which c _"different fuel type already queued"_ if there is already another type of item in the generator _"queue is full"_ if there already are 64 items of that type in the generator - `remove([count: number]): boolean` - Removes up to the specified number of fuel items from the generator and places them into the currently selected slot or the first free slot after it. Returns `true` if at least on item was removed from the generator's inventory, `false` otherwise. + Removes up to the specified number of fuel items from the generator and places them into the currently selected slot or the first free slot after it. Returns `true` if at least one item was removed from the generator's inventory, `false` otherwise. Example use: ```lua