Fix Javadoc typo

This commit is contained in:
Andrew Steinborn
2021-05-11 03:25:03 -04:00
parent 3d459bcc28
commit 1d867fce1c

View File

@@ -12,7 +12,7 @@ import com.google.common.base.Strings;
import net.kyori.adventure.key.Key; import net.kyori.adventure.key.Key;
/** /**
* Reperesents a legacy channel identifier (for Minecraft 1.12 and below) paired with a namespaced * Represents a legacy channel identifier (for Minecraft 1.12 and below) paired with a namespaced
* key for 1.13 and above. This class is immutable and safe for multi-threaded use. * key for 1.13 and above. This class is immutable and safe for multi-threaded use.
*/ */
public final class PairedPluginChannelId implements PluginChannelId { public final class PairedPluginChannelId implements PluginChannelId {