Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Use consistent headline without colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemke committed Mar 28, 2016
1 parent 68dfe72 commit ee65f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular-template/html/class.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h5>Example</h5>
<pre ht-repeat="example in func.examples" class="prettyprint"><code><span class="str">{{ example.code }}</span></code></pre>
</div>
<div ht-if="func.params">
<h5>Parameters:</h5>
<h5>Parameters</h5>
<table class="params">
<thead>
<tr><th>Name</th><th>Type</th><th class="last">Description</th></tr>
Expand All @@ -206,7 +206,7 @@ <h5>Parameters:</h5>
</table>
</div>
<div ht-if="func.returns">
<h5>Returns:</h5>
<h5>Returns</h5>
<table class="params">
<thead>
<tr><th>Type</th><th class="last">Description</th></tr>
Expand Down

0 comments on commit ee65f54

Please sign in to comment.