docs: update type terminology from Int/Float/String/Bool to Number/Decimal/Text/Boolean
This commit is contained in:
@@ -79,8 +79,8 @@ template Villager {
|
||||
```
|
||||
|
||||
**Range syntax:**
|
||||
- Integer ranges: `min..max` (inclusive)
|
||||
- Float ranges: `min..max` (inclusive)
|
||||
- Number ranges: `min..max` (inclusive)
|
||||
- Decimal ranges: `min..max` (inclusive)
|
||||
- Both bounds must be same type
|
||||
- min ≤ max required
|
||||
|
||||
|
||||
Reference in New Issue
Block a user