This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: rewording
[perl5.git] / pod / perl5132delta.pod
index c6177b1..082fa0f 100644 (file)
@@ -46,7 +46,7 @@ variables) since 5.12.0. C<defined %hash> has always exposed an
 implementation detail - emptying a hash by deleting all entries from it does
 not make C<defined %hash> false, hence C<defined %hash> is not valid code to
 determine whether an arbitrary hash is empty. Instead, use the behaviour
-that an empty <%hash> always returns false in a scalar context.
+that an empty C<%hash> always returns false in a scalar context.
 
 =head1 Core Enhancements