mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-28 13:30:43 +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))
|
||||
}
|
||||
|
||||
/// 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`]
|
||||
/// middleware.
|
||||
|
Loading…
x
Reference in New Issue
Block a user