(Retracted by #11285.)
[p5sagit/p5-mst-13.2.git] / pod / perlfaq4.pod
index 87fd66a..0d23e24 100644 (file)
@@ -39,7 +39,7 @@ arbitrary-precision decimal numbers with the Math::BigFloat module
 (part of the standard Perl distribution), but mathematical operations
 are consequently slower.
 
-If precision is important, such as when dealing with money, its good
+If precision is important, such as when dealing with money, it's good
 to work with integers and then divide at the last possible moment.
 For example, work in pennies (1995) instead of dollars and cents
 (19.95) and divide by 100 at the end.