Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sharyanto committed Oct 6, 2013
1 parent 50a7457 commit 0db893c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Perinci/Manual/Tutorial.pod
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ But before we use Perinci::CmdLine, let us add some text to our metadata:
$SPEC{add_array} = {
v => 1.1,
result_naked => 1,
args_as => array,
args_as => 'array',
summary => 'Add two arrays',
description => <<'EOT',

Expand Down Expand Up @@ -442,7 +442,7 @@ result:
our %SPEC;
$SPEC{add_array} = {
v => 1.1,
args_as => array,
args_as => 'array',
args => {
a1 => { schema => ['array*' => {of=>'num*'}], pos => 0 },
a2 => { schema => ['array*' => {of=>'num*'}], pos => 1 },
Expand Down

0 comments on commit 0db893c

Please sign in to comment.