diff --git a/doc/src/doc/classref.mt b/doc/src/doc/classref.mt index 892b8bf2..a5334119 100644 --- a/doc/src/doc/classref.mt +++ b/doc/src/doc/classref.mt @@ -160,7 +160,7 @@ EOT

Interface

-An interface in JSX is similar to that of Java, except for the fact that it may have abstract variables. All the non-static functions are implicitly marked as abstract, and they cannot have bodies. An interface may implement other intefaces. +An interface in JSX is similar to that of Java, except for the fact that it may have abstract variables. All the non-static functions are implicitly marked as abstract, and they cannot have bodies. An interface may implement other interfaces.

Mixin