Skip to content

Commit

Permalink
Fix typo in MessageToMessageDecoder api docs. (netty#8638)
Browse files Browse the repository at this point in the history
Motivation:

We had some typo (most likely caused by copy-and-paste) in the api docs which should be fixed.

Modifications:

Replace encoder by decoder word.

Result:

Correct apidocs.
  • Loading branch information
normanmaurer authored Dec 7, 2018
1 parent a564b70 commit 36c12a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception

/**
* Decode from one message to an other. This method will be called for each written message that can be handled
* by this encoder.
* by this decoder.
*
* @param ctx the {@link ChannelHandlerContext} which this {@link MessageToMessageDecoder} belongs to
* @param msg the message to decode to an other one
Expand Down

0 comments on commit 36c12a4

Please sign in to comment.