Skip to content

Commit

Permalink
synopsis rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
mindc committed May 13, 2016
1 parent f62d04f commit 194a6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ C<Plack::App::Net::Async::WebSocket> - serve WebSocket clients using C<IO::Async
on_closed => sub {
my ( $websocket ) = @_;
}
);
)->to_app;

=head1 DESCRIPTION

Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/App/Net/Async/WebSocket.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ C<Plack::App::Net::Async::WebSocket> - serve WebSocket clients using C<IO::Async
on_closed => sub {
my ( $websocket ) = @_;
}
);
)->to_app;
=head1 DESCRIPTION
Expand Down

0 comments on commit 194a6fc

Please sign in to comment.