Skip to content

Commit ac4b67f

Browse files
authored
Merge pull request #93 from Anton-Vasilev/patch-1
Typo "an user" -> "a user"
2 parents 784429a + 37ab6c2 commit ac4b67f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: common/src/main/java/org/jetbrains/annotations/Nls.java

+1-1
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)