Browse Source

Fix doc typo

Closes gh-1646
pull/1626/merge
Jan Nielsen 8 years ago committed by Stephane Nicoll
parent
commit
fed81c6f83
  1. 2
      src/docs/asciidoc/web/webflux.adoc

2
src/docs/asciidoc/web/webflux.adoc

@ -994,7 +994,7 @@ request and session attributes, `checkNotModified` methods, and others. @@ -994,7 +994,7 @@ request and session attributes, `checkNotModified` methods, and others.
|Access to the HTTP request or response.
|`WebSession`
|Access to the session; this does not forcing the start of a new session unless attributes
|Access to the session; this does not force the start of a new session unless attributes
are added. Supports reactive types.
|`java.security.Principal`

Loading…
Cancel
Save