Skip to content

Commit 88e236c

Browse files
authored
Update README.md
1 parent aa3f369 commit 88e236c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ In this big section, I will try to bring you near the usage and capabillities of
3232
### Data Types
3333
*This section is only important, if you want to implement your own library if not, you can skip this section*<br>
3434
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>
35+
There are also 4 sub- data types: _ANY, ARRAY_ANY, INTEGER, FLOAT, CONTINUE_<br>
36+
Sub- data types are not considered as 'real' data types. They are only important in specific situations<br>
3737

3838
This would be a typical command, that expects certain argument types:
3939
> exampleCommand [BLOCK] [ANY] [STRING] [CONTINUE];

0 commit comments

Comments
 (0)