Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Aug 7, 2024
1 parent 73ec0cd commit d120079
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 @@ -797,7 +797,7 @@ classes that are to act as decoder components for this endpoint. These
classes must implement some form of the *Decoder* interface, have
public no-arg constructors and be visible within the classpath of the
application that this WebSocket endpoint is part of. The implementation
must create a new instance of each encoder per connection per endpoint.
must create a new instance of each decoder per connection per endpoint.
The implementation must attempt to decode WebSocket messages using the
decoder in the list appropriate to the native WebSocket message type and
pass the message in decoded object form to the WebSocket endpoint
Expand Down Expand Up @@ -857,7 +857,7 @@ classes that are to act as decoder components for this endpoint. These
classes must implement some form of the Decoder interface, have
public no-arg constructors and be visible within the classpath of the
application that this WebSocket endpoint is part of. The implementation
must create a new instance of each encoder per connection per endpoint.
must create a new instance of each decoder per connection per endpoint.
The implementation must attempt to decode WebSocket messages using the
first appropriate decoder in the list and pass the message in decoded
object form to the WebSocket endpoint [WSC-4.2.2-1]. If the Decoder
Expand Down

0 comments on commit d120079

Please sign in to comment.