From 08b32ce89f154d648eb3a56e263a4561563f9d28 Mon Sep 17 00:00:00 2001 From: uiytt Date: Wed, 14 Oct 2020 17:39:16 +0200 Subject: [PATCH] Typo fix --- .../slimefun4/api/events/PreCanUnlockResearchEvent.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 *