From 37ab6c288967ee2e281dd2057a2e2d78ccd0b0e5 Mon Sep 17 00:00:00 2001 From: Anton-Vasilev <91203770+Anton-Vasilev@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:52:55 +0300 Subject: [PATCH] Typo "an user" -> "a user" --- common/src/main/java/org/jetbrains/annotations/Nls.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/org/jetbrains/annotations/Nls.java b/common/src/main/java/org/jetbrains/annotations/Nls.java index 0a1ed52..f3e3a31 100644 --- a/common/src/main/java/org/jetbrains/annotations/Nls.java +++ b/common/src/main/java/org/jetbrains/annotations/Nls.java @@ -23,7 +23,7 @@ import java.lang.annotation.Target; /** - * Specifies that an element of the program is an user-visible string which needs to be localized. + * Specifies that an element of the program is a user-visible string which needs to be localized. * This annotation is intended to be used by localization tools for * detecting strings which should be reported as requiring localization. *