You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/src/semmle/javascript/frameworks/WebSocket.qll
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
* Provides classes for working with [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) and [ws](https://github.com/websockets/ws).
3
3
*
4
4
* The model is based on the EventEmitter model, and there is therefore a
5
-
* data-flow step from where a WebSocket event is send to where the message
5
+
* data-flow step from where a WebSocket event is sent to where the message
6
6
* is received.
7
7
*
8
8
* Data flow is modeled both from clients to servers, and from servers to clients.
@@ -35,7 +35,7 @@ module ClientWebSocket {
35
35
}
36
36
37
37
/**
38
-
* Holds if this class an import of the "ws" module.
38
+
* Holds if this class is an import of the "ws" module.
39
39
*/
40
40
predicateisNode(){isNode=true}
41
41
}
@@ -81,7 +81,7 @@ module ClientWebSocket {
81
81
}
82
82
83
83
/**
84
-
* Gets a handler, that is registered using method `methodName` and receives messages send to `emitter`.
84
+
* Gets a handler, that is registered using method `methodName` and receives messages sent to `emitter`.
0 commit comments