Typo in perl58delta
Andreas König [Sat, 16 Nov 2002 16:29:14 +0000 (17:29 +0100)]
Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>

p4raw-id: //depot/perl@18147

pod/perl58delta.pod

index 46b50f0..9b9e529 100644 (file)
@@ -678,10 +678,10 @@ returns the number of slept seconds.
 
 =item *
 
-The printf() and sprintf() now support parameter reordering using the
+printf() and sprintf() now support parameter reordering using the
 C<%\d+\$> and C<*\d+\$> syntaxes.  For example
 
-    print "%2\$s %1\$s\n", "foo", "bar";
+    printf "%2\$s %1\$s\n", "foo", "bar";
 
 will print "bar foo\n".  This feature helps in writing
 internationalised software, and in general when the order