This commit is contained in:
David Rowe 2018-01-09 08:17:15 +13:00
parent 673bc7de38
commit 7a971b2d26

View file

@ -358,7 +358,7 @@ public slots:
/**jsdoc
* Emit a {@link Window.connectionAdded|connectionAdded} or a {@link Window.connectionError|connectionError} signal that
* indicates whether or a user connection was successfully made using the Web API.
* indicates whether or not a user connection was successfully made using the Web API.
* @function Window.makeConnection
* @param {boolean} success - If <code>true</code> then {@link Window.connectionAdded|connectionAdded} is emitted, otherwise
* {@link Window.connectionError|connectionError} is emitted.