Skip to content

Commit

Permalink
pod: change '=over 4' to '=over' (defaults to 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
patch committed Dec 4, 2011
1 parent 7070531 commit ab157e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Operator/Util.pm
Expand Up @@ -402,7 +402,7 @@ The following functions are provided but are not exported by default.
=head2 Reduction
=over 4
=over
=item reduce OPSTRING, LIST [, triangle => 1 ]
Expand Down Expand Up @@ -510,7 +510,7 @@ list of lists, you can use a "triangular comma":
=head2 Zip
=over 4
=over
=item zipwith OPSTRING, LIST1, LIST2
Expand Down Expand Up @@ -571,7 +571,7 @@ produces:
=head2 Cross
=over 4
=over
=item crosswith OPSTRING, LIST1, LIST2
Expand Down Expand Up @@ -642,7 +642,7 @@ produces:
=head2 Hyper
=over 4
=over
=item hyper OPSTRING, LIST1, LIST2 [, dwim_left => 1, dwim_right => 1 ]
Expand Down Expand Up @@ -786,7 +786,7 @@ function.
=head2 Other utils
=over 4
=over
=item applyop OPSTRING, OPERAND1, OPERAND2
Expand Down

0 comments on commit ab157e1

Please sign in to comment.