Author: cotto Date: Wed Jan 7 02:00:10 2009 New Revision: 35106 Modified: trunk/docs/book/ch03_pir_basics.pod Log: [book] typo fix noticed by Christian Sturm (RT #62014) Modified: trunk/docs/book/ch03_pir_basics.pod ============================================================================== --- trunk/docs/book/ch03_pir_basics.pod (original) +++ trunk/docs/book/ch03_pir_basics.pod Wed Jan 7 02:00:10 2009 @@ -542,7 +542,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