Skip to content

Commit

Permalink
create initial POD documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mindc committed May 13, 2016
1 parent 4daf3f2 commit e09f83b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Plack/App/Net/Async/README.pod → README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ C<Plack::App::Net::Async::WebSocket> - serve WebSocket clients using C<IO::Async
=head1 DESCRIPTION

This subclass of L<Plack::Component> accepts WebSocket connections. When a
new connection arrives it will perform an initial handshake, and take control
new connection arrives it will perform an initial handshake and take control
over existing connection.

=head1 PARAMETERS
Expand All @@ -36,7 +36,7 @@ The following named parameters may be passed to C<new>:

=item on_client => CODE

A callback that is onvoke whenever a new connection has been handshaked.
A callback that is invoke whenever a new connection has been handshaked.
This parameter is optional

=item on_frame => CODE
Expand Down
4 changes: 2 additions & 2 deletions lib/Plack/App/Net/Async/WebSocket.pm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ C<Plack::App::Net::Async::WebSocket> - serve WebSocket clients using C<IO::Async
=head1 DESCRIPTION
This subclass of L<Plack::Component> accepts WebSocket connections. When a
new connection arrives it will perform an initial handshake, and take control
new connection arrives it will perform an initial handshake and take control
over existing connection.
=head1 PARAMETERS
Expand All @@ -106,7 +106,7 @@ The following named parameters may be passed to C<new>:
=item on_client => CODE
A callback that is onvoke whenever a new connection has been handshaked.
A callback that is invoke whenever a new connection has been handshaked.
This parameter is optional
=item on_frame => CODE
Expand Down

0 comments on commit e09f83b

Please sign in to comment.