readme: fix

This commit is contained in:
ge
2025-12-30 15:43:51 +03:00
parent b1eaeee6f0
commit b51f74a877

View File

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