From 300f7f8eb885fa5ff5cdbf0a43126849a7881095 Mon Sep 17 00:00:00 2001
From: Kris Ciccarello <kmctown@users.noreply.github.com>
Date: Thu, 7 Apr 2016 13:35:42 -0400
Subject: [PATCH] [docs] `doc.getSelections` returns an array of strings.

---
 doc/manual.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual.html b/doc/manual.html
index b513bf940..8b600eac5 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -1254,7 +1254,7 @@ editor.setOption("extraKeys", {
       separator to put between the lines in the output. When multiple
       selections are present, they are concatenated with instances
       of <code>lineSep</code> in between.</dd>
-      <dt id="getSelections"><code><strong>doc.getSelections</strong>(?lineSep: string) → string</code></dt>
+      <dt id="getSelections"><code><strong>doc.getSelections</strong>(?lineSep: string) → array&lt;string&gt;</code></dt>
       <dd>Returns an array containing a string for each selection,
       representing the content of the selections.</dd>
 
-- 
GitLab