perlglossary: Make empty-list-as-scalar even clearer
authorFather Chrysostomos <sprout@cpan.org>
Sun, 18 Sep 2011 02:32:22 +0000 (19:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 18 Sep 2011 02:36:19 +0000 (19:36 -0700)
pod/perlglossary.pod

index 6ab9820..7be5249 100644 (file)
@@ -2029,7 +2029,7 @@ strings, but Perl allows strings to contain a null.
 =item null list
 
 A valueless value represented in Perl by C<()>.  It is not really a
-L</LIST>, but a value that yields L</undef> in L</scalar context> and
+L</LIST>, but an expression that yields L</undef> in L</scalar context> and
 a L</list value> with zero elements in L</list context>.
 
 =item null string