From 82fb99053db041169e37801faf4a0be4c3af4e17 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Fri, 17 May 2019 21:35:50 +1200 Subject: [PATCH] Fix JSDoc typo noticed in passing --- libraries/networking/src/MessagesClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/MessagesClient.h b/libraries/networking/src/MessagesClient.h index f3f9387566..b97c6d8360 100644 --- a/libraries/networking/src/MessagesClient.h +++ b/libraries/networking/src/MessagesClient.h @@ -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.