mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 10:42:35 +02:00
Fix JSDoc typo
This commit is contained in:
parent
78ab7a628d
commit
e48e02d8c6
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ void WebSocketClass::handleOnError(QAbstractSocket::SocketError error) {
|
|||
}
|
||||
|
||||
/*@jsdoc
|
||||
* Triggered when a message is received.
|
||||
* Called when a message is received.
|
||||
* @callback WebSocket~onMessageCallback
|
||||
* @param {WebSocket.MessageData} message - The message received.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue