diff --git a/libraries/script-engine/src/WebSocketClass.cpp b/libraries/script-engine/src/WebSocketClass.cpp
index 313096a470..73774912a9 100644
--- a/libraries/script-engine/src/WebSocketClass.cpp
+++ b/libraries/script-engine/src/WebSocketClass.cpp
@@ -119,7 +119,7 @@ void WebSocketClass::handleOnClose() {
*
9 | SocketAddressNotAvailableError | The address specified does not belong to the
* host. |
* 10 | UnsupportedSocketOperationError | The requested socket operation is not supported
-* by the local OS. |
+ * by the local OS.
* 11 | ProxyAuthenticationRequiredError | The socket is using a proxy and requires
* authentication. |
* 12 | SslHandshakeFailedError | The SSL/TLS handshake failed. |
@@ -129,7 +129,7 @@ void WebSocketClass::handleOnClose() {
* 15 | ProxyConnectionClosedError | The connection to the proxy server was unexpectedly
* closed. |
* 16 | ProxyConnectionTimeoutError | The connection to the proxy server timed
-* out. |
+ * out.
* 17 | ProxyNotFoundError | The proxy address was not found. |
* 18 | ProxyProtocolError | Connection to the proxy server failed because the server
* response could not be understood. |