mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-02 14:52:10 +00:00
Fix type in 'Data' rustdocs: 'T' -> 'DataGuard'.
This commit is contained in:
parent
aaaecd10cd
commit
b00423d7ac
@ -39,8 +39,8 @@ const PEEK_BYTES: usize = 512;
|
||||
/// # fn main() { }
|
||||
/// ```
|
||||
///
|
||||
/// Above, `T` can be any type that implements `FromData`. Note that `Data`
|
||||
/// itself implements `FromData`.
|
||||
/// Above, `DataGuard` can be any type that implements `FromData`. Note that
|
||||
/// `Data` itself implements `FromData`.
|
||||
///
|
||||
/// # Reading Data
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user