Merge 0b8b5d4a1e67f1daf539bc597922b0b774fa1e41 into 8487c083e1faecb1259be8a8873618cfdb69d33d

This commit is contained in:
Andrei Selkin 2024-03-19 10:46:44 -03:00 committed by GitHub
commit 1d7d4ce3d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -952,7 +952,7 @@ in <a href="#s5.3-camel-case">lowerCamelCase</a>.</p>
<p>Parameter names are written in <a href="#s5.3-camel-case">lowerCamelCase</a>.</p>
<p>One-character parameter names in public methods should be avoided.</p>
<p>One-character parameter names in public methods are allowed but discouraged.</p>
<h4 id="s5.2.7-local-variable-names">5.2.7 Local variable names</h4>