From 931a58a6a9abcaf77fa29adc6cdcfe7a95983265 Mon Sep 17 00:00:00 2001 From: CrushedPixel Date: Tue, 21 Jul 2015 03:40:38 +0200 Subject: [PATCH] Learn english, Johni! --- src/main/java/eu/crushedpixel/replaymod/utils/Api.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */