We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3f369 commit 88e236cCopy full SHA for 88e236c
1 file changed
README.md
@@ -32,8 +32,8 @@ In this big section, I will try to bring you near the usage and capabillities of
32
### Data Types
33
*This section is only important, if you want to implement your own library if not, you can skip this section*<br>
34
There are 6 main data types: _STRING, BOOLEAN, BLOCK, DICTIONARY, ARRAY, OBJECT_ (OBJECT is any Java object)<br>
35
-There are also 4 minor data types: _ANY, ARRAY_ANY, INTEGER, FLOAT, CONTINUE_<br>
36
-They are called, minor types, because they are not considered as 'real' data types. They are only important in specific situations<br>
+There are also 4 sub- data types: _ANY, ARRAY_ANY, INTEGER, FLOAT, CONTINUE_<br>
+Sub- data types are not considered as 'real' data types. They are only important in specific situations<br>
37
38
This would be a typical command, that expects certain argument types:
39
> exampleCommand [BLOCK] [ANY] [STRING] [CONTINUE];
0 commit comments