perldelta: Missing a C from C<>
authorFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 20:45:13 +0000 (13:45 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 14 Oct 2010 21:40:00 +0000 (14:40 -0700)
pod/perldelta.pod

index 06862de..3a7d5c6 100644 (file)
@@ -643,7 +643,7 @@ Many functions ending with pvn now have equivalent pv/pvs/sv versions.
 
 =item *
 
-The C<save_freeop>, C<save_op>, C<save_pushi32ptr> and <save_pushptrptr>
+The C<save_freeop>, C<save_op>, C<save_pushi32ptr> and C<save_pushptrptr>
 functions have been added to the API.
 
 =item *