diff options
author | Ricardo Signes <rjbs@cpan.org> | 2011-12-04 22:47:24 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2011-12-04 22:47:24 -0500 |
commit | ae4e3076fc2ac46ffb4f6ab62d2fd5909928343f (patch) | |
tree | f88abfcbd7bca6a538598628c93a0443de748472 /pod/perlintro.pod | |
parent | 090349ceacde613cbfb6dec4d44530ec49c6a549 (diff) | |
download | perl-ae4e3076fc2ac46ffb4f6ab62d2fd5909928343f.tar.gz |
fix some foibles in perlintro.pod
1. add a missing "of"
2. add a post-dot space missed in e8b5ae5
3. get the motto "right" as per common usage
Diffstat (limited to 'pod/perlintro.pod')
-rw-r--r-- | pod/perlintro.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlintro.pod b/pod/perlintro.pod index ab8a046241..61f0b5401d 100644 --- a/pod/perlintro.pod +++ b/pod/perlintro.pod @@ -37,8 +37,8 @@ to make the example easier to read. Do note that the examples have been written by many different authors over a period of several decades. Styles and techniques will therefore differ, although some effort has been made to not vary styles too widely in the -same sections. Do not consider one style to be better than others - "There -Is More Than One Way Of Doing It" is one Perl's mottos. After all, in your +same sections. Do not consider one style to be better than others - "There's +More Than One Way To Do It" is one of Perl's mottos. After all, in your journey as a programmer, you are likely to encounter different styles. =head2 What is Perl? |