Skip to content

Commit

Permalink
use the correct term
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 19, 2016
1 parent 7075086 commit c542378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Server/Daemon.pm
Expand Up @@ -337,8 +337,8 @@ L<Mojo::IOLoop> singleton.
my $listen = $daemon->listen;
$daemon = $daemon->listen(['https://127.0.0.1:8080']);
List of one or more locations to listen on, defaults to the value of the
C<MOJO_LISTEN> environment variable or C<http://*:3000> (shortcut for
Array reference with one or more locations to listen on, defaults to the value
of the C<MOJO_LISTEN> environment variable or C<http://*:3000> (shortcut for
C<http://0.0.0.0:3000>).
# Listen on all IPv4 interfaces
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -298,8 +298,8 @@ Setting the value to C<0> will allow connections to be inactive indefinitely.
listen => ['http://*:80']
List of one or more locations to listen on, defaults to C<http://*:8080>. See
also L<Mojo::Server::Daemon/"listen"> for more examples.
Array reference with one or more locations to listen on, defaults to
C<http://*:8080>. See also L<Mojo::Server::Daemon/"listen"> for more examples.
=head2 multi_accept
Expand Down

0 comments on commit c542378

Please sign in to comment.