diff --git a/src/main/java/li/cil/oc/api/machine/Callback.java b/src/main/java/li/cil/oc/api/machine/Callback.java index 45781d145..b13362c8b 100644 --- a/src/main/java/li/cil/oc/api/machine/Callback.java +++ b/src/main/java/li/cil/oc/api/machine/Callback.java @@ -104,7 +104,7 @@ public @interface Callback { *
* Callbacks that are getters do not appear as methods on a component's * proxy. Instead they are accessed as fields, for example in Lua via the - * proxy's __index metamethod, with it's only parameter being the + * proxy's __index metamethod, with its only parameter being the * accessed key. * * Note: if you wish to have a field that is read/write, that is you need @@ -123,7 +123,7 @@ public @interface Callback { * * Callbacks that are setters do not appear as methods on a component's * proxy. Instead they are accessed as fields, for example in Lua via the - * proxy's __newindex metamethod, with it's only tow parameters + * proxy's __newindex metamethod, with its only two parameters * being the accessed key and the new value. * * Note: if you wish to have a field that is read/write, that is you need