Skip to content

Commit

Permalink
Remove the Note: subheading
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed Jun 2, 2021
1 parent bfd4b7e commit e3b7345
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pod/perlfunc.pod
Expand Up @@ -3946,9 +3946,7 @@ Unicode rules are used for the case change.
ASCII rules are used for the case change. The lowercase of any character
outside the ASCII range is the character itself.

=item Note:

This is the internal function implementing the
B<Note:> This is the internal function implementing the
L<C<\L>|perlop/"Quote and Quote-like Operators"> escape in double-quoted
strings.

Expand Down Expand Up @@ -9358,9 +9356,7 @@ as L<C<lc>|/lc EXPR> does.
If you want titlecase mapping on initial letters see
L<C<ucfirst>|/ucfirst EXPR> instead.

=item Note:

This is the internal function implementing the
B<Note:> This is the internal function implementing the
L<C<\U>|perlop/"Quote and Quote-like Operators"> escape in double-quoted
strings.

Expand Down

0 comments on commit e3b7345

Please sign in to comment.