Skip to content

Commit

Permalink
Missing a period in Chapter 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyWick committed Nov 3, 2023
1 parent 10c18d8 commit b796251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/servlet-spec-body.adoc
Expand Up @@ -5188,7 +5188,7 @@ via the `startAsync(ServletRequest, ServletResponse)` and the request
passed is an instance of `HttpServletRequest`, then the dispatch is to
the URI returned by `HttpServletRequest.getRequestURI()`. Otherwise the
dispatch is to the URI of the request when it was last dispatched by the
container
container.

One of the `dispatch` methods of the
`AsyncContext` interface may be called by the application waiting for
Expand Down

0 comments on commit b796251

Please sign in to comment.