Fix grammatical errors in Javadoc

Closes gh-27298
This commit is contained in:
LEE Juchan
2021-08-19 23:21:15 +09:00
committed by GitHub
parent 4a9c7e631c
commit caf6760ddd
5 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ public interface RequestPredicate {
/**
* Transform the given request into a request used for a nested route. For instance,
* a path-based predicate can return a {@code ServerRequest} with a the path remaining
* a path-based predicate can return a {@code ServerRequest} with a path remaining
* after a match.
* <p>The default implementation returns an {@code Optional} wrapping the given request if
* {@link #test(ServerRequest)} evaluates to {@code true}; or {@link Optional#empty()}