mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-17 23:19:06 +00:00
Fix typo in 'State' documentation: missing backtick.
This commit is contained in:
parent
3abafaaedb
commit
94a222f6fe
@ -13,7 +13,7 @@ use crate::http::Status;
|
||||
/// registered to be managed by Rocket via
|
||||
/// [`Rocket::manage()`]. The type being managed must be
|
||||
/// thread safe and sendable across thread boundaries. In other words, it must
|
||||
/// implement [`Send`] + [`Sync`] + 'static`.
|
||||
/// implement [`Send`] + [`Sync`] + `'static`.
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user