Skip to content

Commit

Permalink
Merge pull request #93 from Anton-Vasilev/patch-1
Browse files Browse the repository at this point in the history
Typo "an user" -> "a user"
  • Loading branch information
amaembo authored Sep 4, 2023
2 parents 784429a + 37ab6c2 commit ac4b67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/org/jetbrains/annotations/Nls.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit ac4b67f

Please sign in to comment.