Skip to content

Commit

Permalink
Remove gender bias
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Dec 21, 2019
1 parent 64db4de commit 193065e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/WebSocket.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ the desired subprotocol to use for the connection it establishes
==== configurator

The optional configurator attribute allows the developer to indicate
that he would like the WebSocket implementation to use a developer
that they would like the WebSocket implementation to use a developer
provided implementation of **ServerEndpointConfig.Configurator**. If one
is supplied, the WebSocket implementation must use this when configuring
the endpoint. [WSC-4.1.5-1] The developer may use this technique to
Expand Down Expand Up @@ -843,7 +843,7 @@ match the incoming message [WSC-4.2.2-2]
==== configurator

The optional *configurator* attribute allows the developer to indicate
that he would like the WebSocket implementation to use a developer
that they would like the WebSocket implementation to use a developer
provided implementation of **ClientEndpointConfig.Configurator**. If one
is supplied, the WebSocket implementation must use this when configuring
the endpoint. [4.2.3-1] The developer may use this technique to share
Expand Down

0 comments on commit 193065e

Please sign in to comment.