diff options
-rw-r--r-- | doc/src/guide/loop_handlers.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/loop_handlers.asciidoc b/doc/src/guide/loop_handlers.asciidoc index dbee927..80bc484 100644 --- a/doc/src/guide/loop_handlers.asciidoc +++ b/doc/src/guide/loop_handlers.asciidoc @@ -112,7 +112,7 @@ info(_Msg, Req, State) -> {ok, Req, State}. ---- -==== Cleaning up +=== Cleaning up It is recommended that you set the connection header to `close` when replying, as this process may be reused for |