diff --git a/README.md b/README.md index 8e86a7b..0c37d8c 100644 --- a/README.md +++ b/README.md @@ -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, a step size, and an inclusive/exclusive flag. +end points, and a step size. ```v import ranges