Skip to content
This repository was archived by the owner on Jun 6, 2018. It is now read-only.

Commit 8c36bee

Browse files
author
Ed Burns
committed
Fix typo. Insert preposition "to" after "corresponding" as necessary.
modified: src/main/java/javax/servlet/http/HttpServletRequest.java
1 parent e6e1d27 commit 8c36bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/javax/servlet/http/HttpServletRequest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,11 @@ public interface HttpServletRequest extends ServletRequest {
265265
* {@code Servlet} invocation was obtained by a call to {@link
266266
* ServletRequest#getRequestDispatcher} followed by a call to {@link
267267
* RequestDispatcher#include}, the returned {@code HttpServletMapping}
268-
* is the one corresponding path that caused the first {@code
268+
* is the one corresponding to the path that caused the first {@code
269269
* Servlet} in the invocation sequence to be invoked. If the
270270
* currently active {@code Servlet} invocation was obtained by a
271271
* call to {@link javax.servlet.AsyncContext#dispatch}, the returned
272-
* {@code HttpServletMapping} is the one corresponding path that caused
272+
* {@code HttpServletMapping} is the one corresponding to the path that caused
273273
* the first {@code Servlet} in the invocation sequence to be
274274
* invoked. See {@link
275275
* javax.servlet.RequestDispatcher#FORWARD_MAPPING}, {@link

0 commit comments

Comments
 (0)