EventIndexPeg: Style fix for a docstring.

pull/21833/head
Damir Jelić 2020-01-24 11:16:49 +01:00
parent d9e933c915
commit 825b6f7b7d
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ class EventIndexPeg {
return this.initEventIndex();
}
/* Initialize the event index.
/**
* Initialize the event index.
*
* @returns {boolean} True if the event index was succesfully initialized,
* false otherwise.