diff --git a/spring-session-docs/src/docs/asciidoc/index.adoc b/spring-session-docs/src/docs/asciidoc/index.adoc index b275c2e4..963ca9a7 100644 --- a/spring-session-docs/src/docs/asciidoc/index.adoc +++ b/spring-session-docs/src/docs/asciidoc/index.adoc @@ -289,7 +289,7 @@ Any method that returns an `HttpSession` is overridden. All other methods are implemented by `HttpServletRequestWrapper` and delegate to the original `HttpServletRequest` implementation. We replace the `HttpServletRequest` implementation by using a servlet `Filter` called `SessionRepositoryFilter`. -The pseudocode belows: +The following pseudocode shows how it works: ==== [source, java]