From c88819ddd0f67305085f08c9609a0b446c28c4ae Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Thu, 26 Nov 2020 10:20:11 +1100 Subject: [PATCH] Fix javadoc in previous commit By: md_5 --- paper-api/src/main/java/org/bukkit/World.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-api/src/main/java/org/bukkit/World.java b/paper-api/src/main/java/org/bukkit/World.java index 9038d745f2..70d6994e41 100644 --- a/paper-api/src/main/java/org/bukkit/World.java +++ b/paper-api/src/main/java/org/bukkit/World.java @@ -1031,7 +1031,7 @@ public interface World extends PluginMessageRecipient, Metadatable { * Set the clear weather duration. * * The clear weather ticks determine whether or not the world will be - * allowed to rain or storm. If clear weather ticks are > 0, the world will + * allowed to rain or storm. If clear weather ticks are > 0, the world will * not naturally do either until the duration has elapsed. * * This method is equivalent to calling {@code /weather clear} with a set