Skip to content

Commit

Permalink
fixed typo in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 10, 2014
1 parent f9e076c commit 43da906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -77,7 +77,7 @@ calling subroutine until the subroutine is finished.
my $result = blocking_subroutine();
...

A <non-blocking> operation on the other hand lets the calling subroutine
A C<non-blocking> operation on the other hand lets the calling subroutine
continue execution even though the subroutine is not yet finished. Instead of
waiting, the calling subroutine passes along a callback to be executed once
the subroutine is finished, this is called continuation-passing style.
Expand Down

0 comments on commit 43da906

Please sign in to comment.