From 85b46ba44e71a94cf539daff002900e4f985100d Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Sun, 8 Nov 2020 16:36:38 +0100 Subject: [PATCH] Update GUISpaceCompound.kt --- .../kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt b/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt index 019d8da7..d8e63432 100644 --- a/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt +++ b/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt @@ -16,7 +16,7 @@ class GUISpaceCompoundElement internal constructor( compound.onClickElement(clickEvent) } - // the following to methods register and unregister the instance + // the following two methods register and unregister the instance // for each compound element, but that is ok because it gets // added/removed to/from a HashSet