Typo fix

awsmazinggenius 2014-04-05 22:10:03 -07:00
parent c46fc5f5bb
commit c0a3927145

@ -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