mirror of
https://github.com/gechandesu/ranges.git
synced 2026-01-02 13:59:36 +03:00
readme: fix Range description
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user