Skip to content

Commit

Permalink
fix typo in Mojo::WebSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 30, 2016
1 parent cbf534d commit d5000f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/WebSocket.pm
Expand Up @@ -197,7 +197,7 @@ individually.
Build WebSocket frame.
# Maked binary frame with FIN bit and payload
# Masked binary frame with FIN bit and payload
say build_frame 1, 1, 0, 0, 0, WS_BINARY, 'Hello World!';
# Text frame with payload but without FIN bit
Expand Down

0 comments on commit d5000f4

Please sign in to comment.