Skip to content

Commit

Permalink
Small grammar fix in Pod
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Apr 23, 2011
1 parent 5c2367d commit 4c04368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/POE/Session.pm
Expand Up @@ -1680,7 +1680,7 @@ Reduced to its essence:
my %event_handlers; my %event_handlers;
$event_handler{_start} = sub { \%event_handlers }; $event_handler{_start} = sub { \%event_handlers };
Note also that a anonymous sub creates a closure on all lexical Note also that an anonymous sub creates a closure on all lexical
variables in the scope it was defined in, even if it doesn't reference variables in the scope it was defined in, even if it doesn't reference
them. $session is still being held in a circular reference here: them. $session is still being held in a circular reference here:
Expand Down

0 comments on commit 4c04368

Please sign in to comment.