From ddb536e94a69485360611458cf70341720a3f604 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Damir=20Jeli=C4=87?= <poljar@termina.org.uk>
Date: Mon, 18 Nov 2019 10:27:10 +0100
Subject: [PATCH] EventIndexPeg: Move a docstring to the correct place.

---
 src/EventIndexPeg.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/EventIndexPeg.js b/src/EventIndexPeg.js
index 54d9c40079..4d0e518ab8 100644
--- a/src/EventIndexPeg.js
+++ b/src/EventIndexPeg.js
@@ -30,7 +30,8 @@ class EventIndexPeg {
         this.index = null;
     }
 
-    /** Create a new EventIndex and initialize it if the platform supports it.
+    /**
+     * Create a new EventIndex and initialize it if the platform supports it.
      *
      * @return {Promise<bool>} A promise that will resolve to true if an
      * EventIndex was successfully initialized, false otherwise.