diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/ModifyArg.java b/src/main/java/org/spongepowered/asm/mixin/injection/ModifyArg.java index 8d5fcc76b..33e9157dd 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/ModifyArg.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/ModifyArg.java @@ -124,14 +124,13 @@ public At at(); /** - *
Gets the argument index on the target to set. It is not necessary to - * set this value if there is only one argument of the modifier type in the - * hooked method's signature. For example if the target method accepts a - * boolean, an integer and a String, and the modifier method accepts and - * returns an integer, then the integer parameter will be automatically - * selected.
+ *The zero-based, absolute index of the argument to set on the target.
* - *The index is zero-based.
+ *It is not necessary to set this value if there is only one argument of + * the modifier type in the hooked method's signature. For example if the target + * method accepts a boolean, an integer and a String, and the modifier method + * accepts and returns an integer, then the integer parameter will be automatically + * selected.
* * @return argument index to modify or -1 for automatic */