From de136294af08c2c24bf1549226283473aa521318 Mon Sep 17 00:00:00 2001 From: CyB3RC0nN0R Date: Fri, 10 Jul 2020 21:05:57 +0000 Subject: [PATCH] Fix Javadoc typo Co-authored-by: delvh --- src/main/java/envoy/client/ui/controller/ChatScene.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/envoy/client/ui/controller/ChatScene.java b/src/main/java/envoy/client/ui/controller/ChatScene.java index a8598e1..c5e6909 100644 --- a/src/main/java/envoy/client/ui/controller/ChatScene.java +++ b/src/main/java/envoy/client/ui/controller/ChatScene.java @@ -488,7 +488,7 @@ public final class ChatScene implements Restorable { } /** - * Updates he {@code attachmentView} in terms of visibility.
+ * Updates the {@code attachmentView} in terms of visibility.
* Additionally resets the shown image to * {@code DEFAULT_ATTACHMENT_VIEW_IMAGE} if another image is currently * present.