Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37ab6c2

Browse files
Typo "an user" -> "a user"
1 parent 784429a commit 37ab6c2

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/java/org/jetbrains/annotations

1 file changed

+1
-1
lines changed

common/src/main/java/org/jetbrains/annotations/Nls.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import java.lang.annotation.Target;
2424

2525
/**
26-
* Specifies that an element of the program is an user-visible string which needs to be localized.
26+
* Specifies that an element of the program is a user-visible string which needs to be localized.
2727
* This annotation is intended to be used by localization tools for
2828
* detecting strings which should be reported as requiring localization.
2929
*

0 commit comments

Comments
 (0)