Skip to content

Commit b56cf17

Browse files
committed
refine docs
1 parent 94f2b23 commit b56cf17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/layered/src/layer

crates/layered/src/layer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub use stack::Stack;
4242
/// The documentation below is from the original [`tower_layer`](https://docs.rs/tower-layer)
4343
/// crate. Note that it references [`tower::Service`](https://docs.rs/tower/latest/tower/trait.Service.html),
4444
/// whereas this crate uses its own [`Service`](crate::Service) trait. The concepts
45-
/// remain the same, but the service trait implementation differs.
45+
/// remain the same, but the service trait definition differs.
4646
///
4747
/// ---
4848
pub use tower_layer::Layer;

0 commit comments

Comments
 (0)