diff --git a/src/main/java/eu/crushedpixel/replaymod/utils/Api.java b/src/main/java/eu/crushedpixel/replaymod/utils/Api.java index 62a45fc4..038eae6f 100644 --- a/src/main/java/eu/crushedpixel/replaymod/utils/Api.java +++ b/src/main/java/eu/crushedpixel/replaymod/utils/Api.java @@ -1,7 +1,7 @@ package eu.crushedpixel.replaymod.utils; /** - * Members annotated with @Api are considered API and should not be removed even if their unused as they might + * Members annotated with @Api are considered API and should not be removed even if they're unused as they might * be of use at a later point in time. * The purpose of this annotation is to be added to the IntelliJ inspections exceptions. */