From: Lukas Mai Date: Tue, 13 Aug 2013 07:35:59 +0000 (+0200) Subject: fix documentation typo X-Git-Tag: v1.0201~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FFunction-Parameters.git;a=commitdiff_plain;h=849229d43fa75a8cef39fbdfc7bb9084ea7653d0 fix documentation typo --- diff --git a/lib/Function/Parameters.pm b/lib/Function/Parameters.pm index 577fd68..99aef48 100644 --- a/lib/Function/Parameters.pm +++ b/lib/Function/Parameters.pm @@ -515,7 +515,7 @@ exchange the order of the arguments doesn't matter anymore. As with hash initialization, you can specify the same key multiple times and the last occurrence wins: - rectangle(height => 1, width => 2, height => 2, height => 5; + rectangle(height => 1, width => 2, height => 2, height => 5); # same as: rectangle(width => 2, height => 5); You can combine positional and named parameters as long as the positional