docs: update type terminology from Int/Float/String/Bool to Number/Decimal/Text/Boolean

This commit is contained in:
2026-02-14 15:35:41 +00:00
parent ea83433e93
commit 45fd3b52cb
8 changed files with 46 additions and 32 deletions

View File

@@ -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