Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spring-style-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ NOTE: Code within sentences should be highlighted by using the code font. See


[[spring-style-guide-words-avoid]]
=== Words to Avoid or Avoid Misusuing
=== Words to Avoid or Avoid Misusing

"foo" and "bar":: "foo" and "bar" are often used in sample code. Doing so is a mistake for
two reasons. First, more meaningful examples are more helpful. For example, a line of code
Expand Down
4 changes: 2 additions & 2 deletions spring-style-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ <h2 id="spring-style-guide-wording">Wording</h2>
<p><a href="#spring-style-guide-highlighting">Highlighting</a></p>
</li>
<li>
<p><a href="#spring-style-guide-words-avoid">Words to Avoid or Avoid Misusuing</a></p>
<p><a href="#spring-style-guide-words-avoid">Words to Avoid or Avoid Misusing</a></p>
</li>
<li>
<p><a href="#spring-style-guide-writing-numbers">Writing Numbers</a></p>
Expand Down Expand Up @@ -822,7 +822,7 @@ <h3 id="spring-style-guide-highlighting">Highlighting</h3>
</div>
</div>
<div class="sect2">
<h3 id="spring-style-guide-words-avoid">Words to Avoid or Avoid Misusuing</h3>
<h3 id="spring-style-guide-words-avoid">Words to Avoid or Avoid Misusing</h3>
<div class="dlist">
<dl>
<dt class="hdlist1">"foo" and "bar"</dt>
Expand Down