Make 'Example' a subsubheading in fairings guide.

This commit is contained in:
Sergio Benitez 2017-07-06 20:50:39 -07:00
parent 90d85d3c06
commit 0628f01f56
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ sendable across thread boundaries (`Send`), thread-safe (`Sync`), and have only
prohibit a `Fairing` from holding state: the state need simply be thread-safe
and statically available or heap allocated.
## Example
### Example
Imagine that we want to record the number of `GET` and `POST` requests that our
application has received. While we could do this with request guards and managed