Skip to content

Commit

Permalink
Fixed missing closing bracket in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkr committed Nov 27, 2012
1 parent 3d6ca6b commit fe0907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Capture.pod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Another common way to create a Capture is to prefix a sigilless parameter
with a vertical bar C<|>, which packs the remainder of the argument list
into that parameter.
f(1, 2, 3, a => 4, b => 5;
f(1, 2, 3, a => 4, b => 5);
sub f($a, |c) {
# c is \(2, 3, a => 4, b => 5)
}
Expand Down

0 comments on commit fe0907e

Please sign in to comment.