diff --git a/lib/src/validation_rule.dart b/lib/src/validation_rule.dart index c57e6af..94c22c3 100644 --- a/lib/src/validation_rule.dart +++ b/lib/src/validation_rule.dart @@ -35,7 +35,7 @@ class ValidationRule { /// currently only extracts fields from request body to validate. Other /// locations, e.g., params, query, form-data will be introduced later. /// - /// TODO(thecodexhub): Add support for other field location. + // TODO(thecodexhub): Add support for other field location. final String location; /// The name of the field.