Skip to content

Commit

Permalink
Fix toggleComment signature in the manual
Browse files Browse the repository at this point in the history
Closes #5654.
  • Loading branch information
adrianheine committed Nov 11, 2018
1 parent b99149d commit e4ca909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual.html
Expand Up @@ -2478,7 +2478,7 @@ <h2 id="addons">Addons</h2>
<dd>Addon for commenting and uncommenting code. Adds four
methods to CodeMirror instances:
<dl>
<dt id="toggleComment"><code><strong>toggleComment</strong>(from: {line, ch}, to: {line, ch}, ?options: object)</code></dt>
<dt id="toggleComment"><code><strong>toggleComment</strong>(?options: object)</code></dt>
<dd>Tries to uncomment the current selection, and if that
fails, line-comments it.</dd>
<dt id="lineComment"><code><strong>lineComment</strong>(from: {line, ch}, to: {line, ch}, ?options: object)</code></dt>
Expand Down

0 comments on commit e4ca909

Please sign in to comment.