1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

EventIndexPeg: Style fix for a docstring.

This commit is contained in:
Damir Jelić
2020-01-24 11:16:49 +01:00
parent d9e933c915
commit 825b6f7b7d

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.