diff --git a/README.md b/README.md index 0c37d8c..4051e5a 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, and a step size. +end points and a step size. ```v import ranges