fix documentation typo
Lukas Mai [Tue, 13 Aug 2013 07:35:59 +0000 (09:35 +0200)]
lib/Function/Parameters.pm

index 577fd68..99aef48 100644 (file)
@@ -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