Browse Source

Fix typo in webmvc-functional.adoc

Closes gh-24968
pull/26580/head
rahulmlokurte 5 years ago committed by GitHub
parent
commit
0e9da17910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/docs/asciidoc/web/webmvc-functional.adoc

2
src/docs/asciidoc/web/webmvc-functional.adoc

@ -16,7 +16,7 @@ the same <<web#mvc-servlet>>. @@ -16,7 +16,7 @@ the same <<web#mvc-servlet>>.
In WebMvc.fn, an HTTP request is handled with a `HandlerFunction`: a function that takes
`ServerRequest` and returns a `ServerResponse`.
Both the request as the response object have immutable contracts that offer JDK 8-friendly
Both the request and the response object have immutable contracts that offer JDK 8-friendly
access to the HTTP request and response.
`HandlerFunction` is the equivalent of the body of a `@RequestMapping` method in the
annotation-based programming model.

Loading…
Cancel
Save