Skip to content

Commit

Permalink
Fixed typos reported by Kirk Kimmel.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Nov 22, 2011
1 parent 41e3f80 commit a1782da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CREDITS
Expand Up @@ -236,3 +236,6 @@ E: qufanat@gmail.com

N: Gary H. Jones II
E: gary@pointblanksecurity.com

N: Kirk Kimmel
E: kimmel.k.programmer@gmail.com
2 changes: 1 addition & 1 deletion sections/chapter_00.pod
Expand Up @@ -7,7 +7,7 @@ concise, and effective code. You can learn these skills too!

Perl first appeared in 1987 as a simple tool for system administration. Though
it began by declaring and occupying a comfortable niche between shell scripting
and C programming, it's become a powerful, general-purpose language family.
and C programming, it has become a powerful, general-purpose language family.
Perl 5 has a solid history of pragmatism and a bright future of polish and
enhancementN<Perl 6 is a reinvention of programming based on the solid
principles of Perl, but it's a subject of another book.>.
Expand Down
2 changes: 1 addition & 1 deletion sections/values.pod
Expand Up @@ -527,7 +527,7 @@ into five Unicode characters to form I<JosE<Atilde>E<copy>> (I<sic>) instead of
I<JosE<eacute>> because the UTF-8 data means something else when decoded as
Latin-1 data.

See C<perldoc perluniintro> for a far more detailed explanation of Unicode,
See C<perldoc perluniintro> for a far more detailed explanation of Unicode,
encodings, and how to manage incoming and outgoing data in a Unicode worldN<For
I<far> more detail about managing Unicode effectively throughout your programs,
see Tom Christiansen's answer to "Why does Modern Perl avoid UTF-8 by default?"
Expand Down

0 comments on commit a1782da

Please sign in to comment.