summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2012-02-14 10:25:20 -0600
committerDave Rolsky <autarch@urth.org>2012-02-14 10:25:20 -0600
commit4017f82254626bb93d17213f41a854c1a3ac20cf (patch)
tree44bf00ea0e52797b3d482300fa747a86c880bbc8
parent2364a08e47a3014763c7abe2471e9378c7737f0c (diff)
downloadperl-4017f82254626bb93d17213f41a854c1a3ac20cf.tar.gz
Fix a typo (s/lead/led) and some bleah phrasing.
-rw-r--r--pod/perlootut.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlootut.pod b/pod/perlootut.pod
index cdb4192d4b..b745a6fae8 100644
--- a/pod/perlootut.pod
+++ b/pod/perlootut.pod
@@ -723,9 +723,9 @@ built-in OO works.
=head1 CONCLUSION
-As we said before, Perl's minimal OO system has lead to a flourishing
-of OO systems on CPAN. While you can still drop down to the bare metal
-and write your classes by hand, there's really no reason to do that in
+As we said before, Perl's minimal OO system has led to a profusion of
+OO systems on CPAN. While you can still drop down to the bare metal and
+write your classes by hand, there's really no reason to do that in
2011.
For small systems, L<Object::Tiny> and L<Class::Accessor> both provide