diff options
Diffstat (limited to 'devel/p5-mixin/pkg-descr')
-rw-r--r-- | devel/p5-mixin/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-mixin/pkg-descr b/devel/p5-mixin/pkg-descr index 2d7980c74ffa..5af41dcfd629 100644 --- a/devel/p5-mixin/pkg-descr +++ b/devel/p5-mixin/pkg-descr @@ -1,6 +1,6 @@ Mixin inheritance is an alternative to the usual multiple-inheritance and solves the problem of knowing which parent will be called. It also solves a -number of tricky problems like diamond inheritence. +number of tricky problems like diamond inheritance. The idea is to solve the same sets of problems which MI solves without the problems of MI. |