mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 06:46:22 +02:00
Fix JSDoc typo noticed in passing
This commit is contained in:
parent
4ce2c39d0a
commit
82fb99053d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public:
|
|||
|
||||
/**jsdoc
|
||||
* Subscribes the scripting environment — Interface, the entity script server, or assignment client instance —
|
||||
* to receive messages on a specific channel.This means, for example, that if there are two Interface scripts that
|
||||
* to receive messages on a specific channel. This means, for example, that if there are two Interface scripts that
|
||||
* subscribe to different channels, both scripts will receive messages on both channels.
|
||||
* @function Messages.subscribe
|
||||
* @param {string} channel - The channel to subscribe to.
|
||||
|
|
Loading…
Reference in a new issue