summaryrefslogtreecommitdiff
path: root/pod/perlfaq4.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-30 00:03:19 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-30 00:03:19 +0000
commit24f1ba9b2223fc835b4bd6620a0213351e693b23 (patch)
treee3190efab150239a1b0daed96837d3e164776b92 /pod/perlfaq4.pod
parentc590f3618f2d45852734e8e3af071fdc1099e114 (diff)
downloadperl-24f1ba9b2223fc835b4bd6620a0213351e693b23.tar.gz
FAQ sync.
p4raw-id: //depot/perl@12274
Diffstat (limited to 'pod/perlfaq4.pod')
-rw-r--r--pod/perlfaq4.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod
index 4e574e917b..72eb8d8dee 100644
--- a/pod/perlfaq4.pod
+++ b/pod/perlfaq4.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq4 - Data Manipulation ($Revision: 1.1 $, $Date: 2001/09/20 03:03:00 $)
+perlfaq4 - Data Manipulation ($Revision: 1.2 $, $Date: 2001/09/26 15:42:12 $)
=head1 DESCRIPTION
@@ -583,7 +583,7 @@ To make the first letter of each word upper case:
This has the strange effect of turning "C<don't do it>" into "C<Don'T
Do It>". Sometimes you might want this. Other times you might need a
-more thorough solution (Suggested by brian d. foy):
+more thorough solution (Suggested by brian d foy):
$string =~ s/ (
(^\w) #at the beginning of the line