Skip to content

Commit 373a010

Browse files
authored
Minor doc fix for buffer function (#622)
1 parent b20b3cb commit 373a010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tower/src/builder/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ impl<L> ServiceBuilder<L> {
169169
self.layer(crate::layer::layer_fn(f))
170170
}
171171

172-
/// Buffer requests when when the next layer is not ready.
172+
/// Buffer requests when the next layer is not ready.
173173
///
174174
/// This wraps the inner service with an instance of the [`Buffer`]
175175
/// middleware.

0 commit comments

Comments
 (0)