[perl #62014] [PATCH] missing "n" in "doesn't" in docs/book/ch03_pir_basics.pod
[email protected] ("Christian Sturm") Tue, 06 Jan 2009 07:03:51 -0800
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
# New Ticket Created by "Christian Sturm" # Please include the string: [perl #62014] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62014 > There is an missing an in the word doesn't in the Classes and Objects paragraph of the third chapter in the book. This patch fixes it. -- Christian
fix_doesnt_typo.patch
(application/octet-stream, 778 B)
--- parrot/docs/book/ch03_pir_basics.pod 2009-01-06 09:15:14 +0100 +++ parrot_changed/docs/book/ch03_pir_basics.pod 2009-01-06 15:48:40 +0100 @@ -501,7 +501,7 @@ It may seem more appropriate for a discussion of PIR's support for classes and objects to reside in it's own chapter, instead of appearing in a generic chapter about PIR programming "basics". However, part of PIR's core -functionality is it's support for object-oriented programming. PIR does't +functionality is it's support for object-oriented programming. PIR doesn't use all the fancy syntax as other OO languages, and it doesn't even support all the features that most modern OO languages have. What PIR does have is support for some of the basic structures and abilities, the necessary subset