Skip to content

Commit

Permalink
fixed documentation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Oct 9, 2010
1 parent b45faa6 commit f1351b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Proc/Guard.pm
Expand Up @@ -75,7 +75,7 @@ Proc::Guard - process runner with RAII pattern
use Proc::Guard;
my $port = empty_port();
my $proc = proc_guard(which('memcached'), '-p', $port);
my $proc = proc_guard(scalar(which('memcached')), '-p', $port);
wait_port($port);
# your code here
Expand Down

0 comments on commit f1351b5

Please sign in to comment.