Skip to content

Commit f8ae905

Browse files
authored
Replace "Etc." with "E.g." in api.md (#374)
1 parent 0595196 commit f8ae905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

technic/doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Power tool API
6363
* `technic_get_charge = function(itemstack) ...`:
6464
* Callback will be used to get itemstack charge and max\_charge.
6565
* Have to return values `charge, max_charge`.
66-
* Etc. `local charge, maxcharge = itemdef.technic_get_charge(itemstack)`.
66+
* E.g. `local charge, maxcharge = itemdef.technic_get_charge(itemstack)`.
6767
* Defaults to `technic.get_RE_charge` which handles tool wear and charge values.
6868
* `technic_set_charge = function(itemstack, charge) ...`:
6969
* Callback will be used to set itemstack charge.

0 commit comments

Comments
 (0)