Skip to content

Commit 49baccf

Browse files
committed
fix: doc
1 parent a0696b6 commit 49baccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/main/java/org/mobilitydata/gtfsvalidator/validator/BookingRulesEntityValidator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ static class ForbiddenPriorDayBookingFieldValueNotice extends ValidationNotice {
198198
}
199199

200200
/**
201-
* An invalid `prior_notice_duration_min` value is present in a prior-day booking rule.
201+
* An invalid `prior_notice_duration_min` value is present in a booking rule.
202202
*
203203
* <p>The `prior_notice_duration_max` field value needs to be greater or equal to the
204204
* `prior_notice_duration_min` field value.

0 commit comments

Comments
 (0)