Tweak for Jarkko's addition to perlhack, suggested by Yves.
authorNicholas Clark <nick@ccl4.org>
Sun, 9 Jul 2006 21:56:18 +0000 (21:56 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 9 Jul 2006 21:56:18 +0000 (21:56 +0000)
p4raw-id: //depot/perl@28518

pod/perlhack.pod

index 7949bf6..cda7008 100644 (file)
@@ -2558,7 +2558,7 @@ Or we will publicly ridicule you.  Seriously.
 
 Do not use strcpy() or strcat()
 
-Where there still linger some uses of these in the Perl source code,
+While some uses of these still linger in the Perl source code,
 we have inspected them for safety and are very, very ashamed of them,
 and plan to get rid of them.  In places where there are strlcpy()
 and strlcat() we prefer to use them, and there is a plan to integrate