mirror of https://github.com/rwf2/Rocket.git
Fix typos in 'DataField' API documentation.
This commit is contained in:
parent
7761911847
commit
85c0759f1d
|
@ -171,9 +171,9 @@ impl<'v> ValueField<'v> {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'v> DataField<'v, '_> {
|
impl<'v> DataField<'v, '_> {
|
||||||
/// Shift the `name` of `self` and return `self` with the shfited `name`.
|
/// Shift the `name` of `self` and return `self` with the shifted `name`.
|
||||||
///
|
///
|
||||||
/// This is identical to [`ValueField::shift()`] but for `DataFields`s. See
|
/// This is identical to [`ValueField::shift()`] but for `DataField`s. See
|
||||||
/// [`NameView::shift()`] for the details on name "shifting".
|
/// [`NameView::shift()`] for the details on name "shifting".
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
|
|
Loading…
Reference in New Issue