Skip to content

Commit

Permalink
Move a </p> around
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Feb 3, 2022
1 parent 4948841 commit 8941662
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions javaguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -873,9 +873,9 @@ <h4 id="s5.2.1-package-names">5.2.1 Package names</h4>
<p>Package names use only lowercase letters and digits (no underscores). Consecutive words are
simply concatenated together. For example, <code>com.example.deepspace</code>, not
<code class="badcode">com.example.deepSpace</code> or
<code class="badcode">com.example.deep_space</code>.
<code class="badcode">com.example.deep_space</code>.</p>

</p><h4 id="s5.2.2-class-names">5.2.2 Class names</h4>
<h4 id="s5.2.2-class-names">5.2.2 Class names</h4>

<p>Class names are written in <a href="#s5.3-camel-case">UpperCamelCase</a>.</p>

Expand Down Expand Up @@ -1238,4 +1238,3 @@ <h4 id="s7.3.4-javadoc-non-required">7.3.4 Non-required Javadoc</h4>
</div>
</body>
</html>

0 comments on commit 8941662

Please sign in to comment.