Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Dec 12, 2011
1 parent e669dc3 commit 477c8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -757,7 +757,7 @@ and the loop can be restarted by running C<start> again.
Get L<Mojo::IOLoop::Stream> object for id or turn object into a connection.
Note that this method is EXPERIMENTAL and might change without warning!
# Increase timeout for current connection to 300 seconds
# Increase timeout for a transaction to 300 seconds
Mojo::IOLoop->stream($tx->connection)->timeout(300);
=head2 C<timer>
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/UserAgent.pm
Expand Up @@ -781,7 +781,7 @@ implements the following new ones.
$ua = $ua->app(MyApp->new);
Application relative URLs will be processed with, defaults to the value of
the C<MOJO_APP> environment variable. Usually a L<Mojo> or L<Mojolicious
the C<MOJO_APP> environment variable. Usually a L<Mojo> or L<Mojolicious>
object.
say $ua->app->secret;
Expand Down

0 comments on commit 477c8f3

Please sign in to comment.