Skip to content

Commit 94a222f

Browse files
Thiago Veronezijebrosen
authored andcommitted
Fix typo in 'State' documentation: missing backtick.
1 parent 3abafaa commit 94a222f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/src/request/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use crate::http::Status;
1313
/// registered to be managed by Rocket via
1414
/// [`Rocket::manage()`]. The type being managed must be
1515
/// thread safe and sendable across thread boundaries. In other words, it must
16-
/// implement [`Send`] + [`Sync`] + 'static`.
16+
/// implement [`Send`] + [`Sync`] + `'static`.
1717
///
1818
/// # Example
1919
///

0 commit comments

Comments
 (0)