Compare commits

...

1 Commits

Author SHA1 Message Date
ge
b51f74a877 readme: fix 2025-12-30 15:43:51 +03:00

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