spelling: converts

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 20:09:52 -04:00
committed by Jindra Petřík
parent 26023c8ef2
commit fedee7f990
2 changed files with 2 additions and 2 deletions

View File

@@ -1035,7 +1035,7 @@ public abstract class Trait implements Cloneable, Serializable {
public abstract void getMethodInfos(ABC abc, int traitId, int classIndex, List<MethodId> methodInfos);
/**
* Convets kind to string.
* Converts kind to string.
*
* @return String
*/

View File

@@ -65,7 +65,7 @@ public class ARGB implements Serializable {
}
/**
* Convers this to integer.
* Converts this to integer.
* @return Integer
*/
public int toInt() {