We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f2b23 commit b56cf17Copy full SHA for b56cf17
1 file changed
crates/layered/src/layer/mod.rs
@@ -42,7 +42,7 @@ pub use stack::Stack;
42
/// The documentation below is from the original [`tower_layer`](https://docs.rs/tower-layer)
43
/// crate. Note that it references [`tower::Service`](https://docs.rs/tower/latest/tower/trait.Service.html),
44
/// whereas this crate uses its own [`Service`](crate::Service) trait. The concepts
45
-/// remain the same, but the service trait implementation differs.
+/// remain the same, but the service trait definition differs.
46
///
47
/// ---
48
pub use tower_layer::Layer;
0 commit comments