Java: fix typo in inspection description

GitOrigin-RevId: 395bb2147b20508ad2e6479763ddfe38bb71f05e
This commit is contained in:
Bas Leijdekkers
2025-06-20 18:38:03 +00:00
committed by intellij-monorepo-bot
parent 74f2396712
commit 45681c23e8
@@ -1,6 +1,7 @@
<html>
<body>
Reports long numeric literals without underscores and suggests adding them. Underscores make such literals easier to read.
Reports long numeric literals without underscore separators and suggests adding them.
Underscore separators can make such literals easier to read.
<p>Example:</p>
<pre><code>
1000000
@@ -10,7 +11,7 @@ Reports long numeric literals without underscores and suggests adding them. Unde
1_000_000
</code></pre>
<!-- tooltip end -->
<p>This inspection only reports if the language level of the project of module is 7 or higher.</p>
<p>This inspection only reports if the language level of the project or module is 7 or higher.</p>
<p><small>New in 2020.2</small></p>
</body>
</html>