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

Commit

Permalink
Fix typo. Insert preposition "to" after "corresponding" as necessary.
Browse files Browse the repository at this point in the history
modified:   src/main/java/javax/servlet/http/HttpServletRequest.java
  • Loading branch information
Ed Burns committed Jul 19, 2017
1 parent e6e1d27 commit 8c36bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/javax/servlet/http/HttpServletRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,11 @@ public interface HttpServletRequest extends ServletRequest {
* {@code Servlet} invocation was obtained by a call to {@link
* ServletRequest#getRequestDispatcher} followed by a call to {@link
* RequestDispatcher#include}, the returned {@code HttpServletMapping}
* is the one corresponding path that caused the first {@code
* is the one corresponding to the path that caused the first {@code
* Servlet} in the invocation sequence to be invoked. If the
* currently active {@code Servlet} invocation was obtained by a
* call to {@link javax.servlet.AsyncContext#dispatch}, the returned
* {@code HttpServletMapping} is the one corresponding path that caused
* {@code HttpServletMapping} is the one corresponding to the path that caused
* the first {@code Servlet} in the invocation sequence to be
* invoked. See {@link
* javax.servlet.RequestDispatcher#FORWARD_MAPPING}, {@link
Expand Down

0 comments on commit 8c36bee

Please sign in to comment.