readme: fix Range description

This commit is contained in:
ge
2025-12-30 12:30:04 +03:00
parent 899dacba7a
commit b1eaeee6f0

View File

@@ -3,7 +3,7 @@
The `ranges` module provides tools for creating ranges of numbers. The `ranges` module provides tools for creating ranges of numbers.
Ranges are represented by the generic `Range` iterator, which has start and Ranges are represented by the generic `Range` iterator, which has start and
end points, a step size, and an inclusive/exclusive flag. end points, and a step size.
```v ```v
import ranges import ranges