Fix a semantic error in the Pod. (wrong heading level)
authorNicholas Clark <nick@ccl4.org>
Wed, 24 Jun 2009 16:14:48 +0000 (17:14 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 24 Jun 2009 16:23:34 +0000 (17:23 +0100)
pod/perl5110delta.pod

index 6a6d1f6..2f12dfa 100644 (file)
@@ -104,7 +104,7 @@ to avoid relying on the object's underlying structure).
 
 =head1 Core Enhancements
 
-=head1 The C<overloading> pragma
+=head2 The C<overloading> pragma
 
 This pragma allows you to lexically disable or enable overloading
 for some or all operations. (Yuval Kogman)