Skip to content

Commit

Permalink
Documentation: fixes typo in diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
viv committed Sep 8, 2023
1 parent bc575a5 commit c2e5be8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/diagrams/netty-message-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sequenceDiagram title Message Handling
DefaultChannelPipeline->>+SslHandler: ChannelInboundHandler.channelRead()
SslHandler->>+SslHandler: decode()
SslHandler->>+SslHandler: ChannelHandlerContext.fireChannelRead()
Note over NettyXMPPDecoder: Decodes incoming ByteBuffers <br/>into XMMPP stanza strings
Note over NettyXMPPDecoder: Decodes incoming ByteBuffers <br/>into XMPP stanza strings
SslHandler->>+NettyXMPPDecoder: channelRead()
NettyXMPPDecoder->>+NettyXMPPDecoder: ByteToMessageDecoder.channelRead()
NettyXMPPDecoder->>+NettyXMPPDecoder: decode()
Expand Down
Binary file modified documentation/images/netty-message-handling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c2e5be8

Please sign in to comment.