Skip to content

Commit

Permalink
Fix duplicated word in manual
Browse files Browse the repository at this point in the history
Closes #6823
  • Loading branch information
marijnh committed Nov 15, 2021
1 parent aabc6dd commit c194162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ <h3 id="api_decoration">Widget, gutter, and decoration methods</h3>
<dt id="addLineClass"><code><strong>doc.addLineClass</strong>(line: integer|LineHandle, where: string, class: string) → LineHandle</code></dt>
<dd>Set a CSS class name for the given line. <code>line</code>
can be a number or a line handle. <code>where</code> determines
to which element this class should be applied, can can be one
to which element this class should be applied, can be one
of <code>"text"</code> (the text element, which lies in front of
the selection), <code>"background"</code> (a background element
that will be behind the selection), <code>"gutter"</code> (the
Expand Down

0 comments on commit c194162

Please sign in to comment.