Skip to content

Commit

Permalink
Editorial: Properly title-case the clause title ...
Browse files Browse the repository at this point in the history
... "Applying the `**` operator"

Fixes #376.
  • Loading branch information
jmdyck authored and bterlson committed Feb 8, 2016
1 parent 2a19599 commit 3a86c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -12770,7 +12770,7 @@ <h1>Applying the `%` Operator</h1>
</ul>
</emu-clause>
<emu-clause id="sec-applying-the-exp-operator">
<h1>Applying the `**` operator</h1>
<h1>Applying the `**` Operator</h1>
<p>
Returns an implementation-dependent approximation of the result of raising _base_ to the power _exponent_.
</p>
Expand Down

0 comments on commit 3a86c45

Please sign in to comment.