diff --git a/main/src/main/java/org/mobilitydata/gtfsvalidator/validator/ShapeIncreasingDistanceValidator.java b/main/src/main/java/org/mobilitydata/gtfsvalidator/validator/ShapeIncreasingDistanceValidator.java index e43e4e6c8f..13232f3a96 100644 --- a/main/src/main/java/org/mobilitydata/gtfsvalidator/validator/ShapeIncreasingDistanceValidator.java +++ b/main/src/main/java/org/mobilitydata/gtfsvalidator/validator/ShapeIncreasingDistanceValidator.java @@ -242,7 +242,7 @@ static class EqualShapeDistanceDiffCoordinatesNotice extends ValidationNotice { * `shapes.txt` and the distance between the two points is less than 1.11m. * * <p>When sorted by `shape.shape_pt_sequence`, the values for `shape_dist_traveled` must increase - * along a shape. Two consecutive points with equal values for `shape_dist_traveled` and different + * along a shape. Two consecutive points with equal values for `shape_dist_traveled` and small difference of coordinates (less than 1.11 m distance) result in a warning. * coordinates indicate an error. */ @GtfsValidationNotice(