This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
do not use both "a lvalue" and "an lvalue" but pick one
authorRicardo Signes <rjbs@cpan.org>
Sat, 9 Oct 2010 18:17:34 +0000 (14:17 -0400)
committerRicardo Signes <rjbs@cpan.org>
Sat, 9 Oct 2010 18:17:34 +0000 (14:17 -0400)
pod/perldiag.pod

index 8404d6e..7bbccdd 100644 (file)
@@ -2414,8 +2414,8 @@ instead on the filehandle.)
 =item lvalue attribute ignored after the subroutine has been defined
 
 (W misc) Making a subroutine an lvalue subroutine after it has been defined
-by declaring the subroutine with a lvalue attribute is not
-possible. To make the subroutine a lvalue subroutine add the
+by declaring the subroutine with an lvalue attribute is not
+possible. To make the subroutine an lvalue subroutine add the
 lvalue attribute to the definition, or put the declaration before
 the definition.