diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-06-07 12:19:32 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-06-07 12:19:32 +0200 |
commit | 98ccfbbf7f3673c554b54933d94b68014231a32e (patch) | |
tree | 4d1aca1571313a0258aa11bc45a569e2bbdca8a6 /ext/mro | |
parent | fb78fdcd12d30a6a41c12c697ef31593f4bc5d94 (diff) | |
download | perl-98ccfbbf7f3673c554b54933d94b68014231a32e.tar.gz |
Spell-check fixes in ext
Diffstat (limited to 'ext/mro')
-rw-r--r-- | ext/mro/mro.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index 9acbf21d80..f580bdadf3 100644 --- a/ext/mro/mro.pm +++ b/ext/mro/mro.pm @@ -94,7 +94,7 @@ as well. =head2 How does C3 work -C3 works by always preserving local precendence ordering. This essentially +C3 works by always preserving local precedence ordering. This essentially means that no class will appear before any of its subclasses. Take, for instance, the classic diamond inheritance pattern: |