From 6c4b9f357318f6032a4afe703cb1e3d0ec8c21b4 Mon Sep 17 00:00:00 2001 From: minenash Date: Sun, 14 Jan 2018 17:40:27 -0500 Subject: Fixed spelling in JavaDocs --- src/com/redstoner/misc/Utils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/redstoner/misc/Utils.java b/src/com/redstoner/misc/Utils.java index d8bea31..7102e2f 100644 --- a/src/com/redstoner/misc/Utils.java +++ b/src/com/redstoner/misc/Utils.java @@ -134,10 +134,10 @@ public final class Utils return id; } - /** Checks if the string is an UUID. + /** Checks if the string is a UUID. * * @param toCheck String to check. - * @return if the string is an UUID. + * @return if the string is a UUID. */ public static boolean isUUID(String toCheck) { -- cgit v1.2.3