Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/src/doc/classref.mt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ EOT
<h2>Interface</h2>

<p>
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 <code>abstract</code>, and they cannot have bodies. An interface may <em>implement</em> 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 <code>abstract</code>, and they cannot have bodies. An interface may <em>implement</em> other interfaces.
</p>

<h2>Mixin</h2>
Expand Down