diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/PreCanUnlockResearchEvent.java b/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/PreCanUnlockResearchEvent.java index f2d7e4447..ddc3e299d 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/PreCanUnlockResearchEvent.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/PreCanUnlockResearchEvent.java @@ -16,9 +16,9 @@ import javax.annotation.Nonnull; import javax.annotation.ParametersAreNonnullByDefault; /** - * This {@link Event} is called whenever a {@link Player} click to unlock a research. - * This is called called before {@link Research#canUnlock(Player)} - * The event is not called for the cheat sheet + * This {@link Event} is called whenever a {@link Player} clicks to unlock a research. + * This is called before {@link Research#canUnlock(Player)}. + * The event is not called for the cheat sheet. * * @author uiytt *