Skip to content

Commit 300f7f8

Browse files
kmctownmarijnh
authored andcommitted
[docs] doc.getSelections returns an array of strings.
1 parent def7063 commit 300f7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ <h3 id="api_selection">Cursor and selection methods</h3>
12541254
separator to put between the lines in the output. When multiple
12551255
selections are present, they are concatenated with instances
12561256
of <code>lineSep</code> in between.</dd>
1257-
<dt id="getSelections"><code><strong>doc.getSelections</strong>(?lineSep: string) → string</code></dt>
1257+
<dt id="getSelections"><code><strong>doc.getSelections</strong>(?lineSep: string) → array&lt;string&gt;</code></dt>
12581258
<dd>Returns an array containing a string for each selection,
12591259
representing the content of the selections.</dd>
12601260

0 commit comments

Comments
 (0)