mirror of
https://github.com/tower-rs/tower.git
synced 2025-10-02 15:25:11 +00:00
Minor doc fix for buffer function (#622)
This commit is contained in:
parent
b20b3cbd57
commit
373a010ff5
@ -169,7 +169,7 @@ impl<L> ServiceBuilder<L> {
|
|||||||
self.layer(crate::layer::layer_fn(f))
|
self.layer(crate::layer::layer_fn(f))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Buffer requests when when the next layer is not ready.
|
/// Buffer requests when the next layer is not ready.
|
||||||
///
|
///
|
||||||
/// This wraps the inner service with an instance of the [`Buffer`]
|
/// This wraps the inner service with an instance of the [`Buffer`]
|
||||||
/// middleware.
|
/// middleware.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user