Fix header level of "Within Guards" in guide.

Resolves #1737.
This commit is contained in:
Sergio Benitez 2021-06-30 21:02:28 -07:00
parent 2c9217ebd0
commit 416f42bca7
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ example on GitHub](@example/state) and learn more about the [`manage`
method](@api/rocket/struct.Rocket.html#method.manage) and [`State`
type](@api/rocket/struct.State.html) in the API docs.
# Within Guards
### Within Guards
Because `State` is itself a request guard, managed state can be retrieved from
another request guard's implementation using either [`Request::guard()`] or