Skip to content

Commit

Permalink
fix type in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JESS IZEN committed Dec 10, 2024
1 parent af7a83b commit e4ccf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower/src/util/boxed/layer_clone_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub struct BoxCloneSyncServiceLayer<In, T, U, E> {
}

impl<In, T, U, E> BoxCloneSyncServiceLayer<In, T, U, E> {
/// Create a new [`BoxCloneServiceLayer`].
/// Create a new [`BoxCloneSyncServiceLayer`].
pub fn new<L>(inner_layer: L) -> Self
where
L: Layer<In> + Send + Sync + 'static,
Expand Down

0 comments on commit e4ccf13

Please sign in to comment.