http-client-branch: typo http-client-branch
authorchegar
Wed, 21 Mar 2018 13:40:10 +0000
branchhttp-client-branch
changeset 56332 bf6a22cc06ba
parent 56331 95f6f846ee8e
child 56333 4ca04a62862e
http-client-branch: typo
src/java.net.http/share/classes/java/net/http/WebSocket.java
--- a/src/java.net.http/share/classes/java/net/http/WebSocket.java	Wed Mar 21 12:44:25 2018 +0000
+++ b/src/java.net.http/share/classes/java/net/http/WebSocket.java	Wed Mar 21 13:40:10 2018 +0000
@@ -464,7 +464,7 @@
          * An error has occurred.
          *
          * <p> This is the last invocation from the specified WebSocket. By the
-         * time this invocation begins both that WebSocket's input and output
+         * time this invocation begins both the WebSocket's input and output
          * will have been closed. A WebSocket may invoke this method on the
          * associated listener at any time after it has invoked {@code onOpen},
          * regardless of whether or not any invocations have been requested from