diff --git a/lib/perlfaq4.pod b/lib/perlfaq4.pod index d00a82f..8046753 100644 --- a/lib/perlfaq4.pod +++ b/lib/perlfaq4.pod @@ -926,7 +926,7 @@ implementing it yourself is highly recommended; you'll save yourself odd bugs popping up later by just using code which has already been tried and tested in production for years. -=head2 How do I strip blank space from the beginning/end of a string? +=head2 How do I trim a string to strip blank space from the beginning/end? (contributed by brian d foy)