From 0628f01f5636334f61c2f60852a7e3d2e2504bfc Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 6 Jul 2017 20:50:39 -0700 Subject: [PATCH] Make 'Example' a subsubheading in fairings guide. --- site/guide/fairings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/guide/fairings.md b/site/guide/fairings.md index 4bf71d41..9deddc76 100644 --- a/site/guide/fairings.md +++ b/site/guide/fairings.md @@ -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