From 7220f56951c879aa07b3b52072f66ed5dc3409fa Mon Sep 17 00:00:00 2001 From: Esteban Solano Granados Date: Tue, 31 Aug 2021 19:15:54 -0600 Subject: [PATCH] Fix typo --- doc/src/doc/classref.mt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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