diff --git a/tower/src/util/boxed/layer_clone_sync.rs b/tower/src/util/boxed/layer_clone_sync.rs index 2356e337c..950e66be6 100644 --- a/tower/src/util/boxed/layer_clone_sync.rs +++ b/tower/src/util/boxed/layer_clone_sync.rs @@ -88,7 +88,7 @@ pub struct BoxCloneSyncServiceLayer { } impl BoxCloneSyncServiceLayer { - /// Create a new [`BoxCloneServiceLayer`]. + /// Create a new [`BoxCloneSyncServiceLayer`]. pub fn new(inner_layer: L) -> Self where L: Layer + Send + Sync + 'static,