Index: doc/tutorial2.html =================================================================== diff -u -r43373d98ca07d446abec8f8f62af7c4df56207a3 -rf56a27fa7252aa56eb6fc04fe28aa5840acaa192 --- doc/tutorial2.html (.../tutorial2.html) (revision 43373d98ca07d446abec8f8f62af7c4df56207a3) +++ doc/tutorial2.html (.../tutorial2.html) (revision f56a27fa7252aa56eb6fc04fe28aa5840acaa192) @@ -3060,7 +3060,7 @@

Per-class mixins are applied transitively. That means the per-class -mixin A of a per-class mixin B is also applied for an objectin B's +mixin A of a per-class mixin B is also applied for an object in B's scope. This is exactly the same as how superclasses are applied for instances. Consider the following example