Prechádzať zdrojové kódy

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

D-a-n-i-l-o 6 rokov pred
rodič
commit
ba88eadba2

+ 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.