Browse Source

Removed 'Fields' from documentation for 'Interface' because Interfaces cannot have fields.

D-a-n-i-l-o 6 years ago
parent
commit
ba88eadba2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/monkey/newdocs/language/user-types.md

+ 1 - 1
modules/monkey/newdocs/language/user-types.md

@@ -66,7 +66,7 @@ To declare an interface:
 
 _Interfaces_ is a comma separated list of interface types.
 
-An interface can contain consts, globals, fields, methods, functions and other user defined types.
+An interface can contain consts, globals, methods, functions and other user defined types.
 
 Interface methods are always 'abstract' and cannot declare any code.