Fix JSDoc typo noticed in passing

This commit is contained in:
David Rowe 2019-05-17 21:35:50 +12:00
parent 4ce2c39d0a
commit 82fb99053d

View file

@ -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.