Skip to content

Commit

Permalink
small grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKnoll committed Nov 6, 2023
1 parent c116b68 commit a89a304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugs/etc/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9149,7 +9149,7 @@ Using floating-point variables should not be used as loop counters, as they are
These values are available as system properties, which should be used instead.
</p>
<p>
If a value can be accessed through both System.getProperty() and System.getenv(), should be accessed using the former.
If a value can be accessed through both System.getProperty() and System.getenv(), it should be accessed using the former.
</p>
<p>
Mapping of corresponding Java properties:
Expand Down

0 comments on commit a89a304

Please sign in to comment.