Skip to content

Commit

Permalink
fixed typo in Mojo::Transaction::WebSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 9, 2013
1 parent d175764 commit a7d47f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

3.85 2013-02-08
3.85 2013-02-09
- Updated jQuery to version 1.9.1.
- Improved documentation.
- Improved tests.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -426,7 +426,7 @@ L<Mojo::Transaction> and implements the following new ones.
=head2 new
my $multi = Mojo::Content::MultiPart->new;
my $ws = Mojo::Transaction::WebSocket->new;
Construct a new L<Mojo::Transaction::WebSocket> object and subscribe to
C<frame> event with default message parser, which also handles C<PING> and
Expand Down

0 comments on commit a7d47f9

Please sign in to comment.