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 cfae737 commit fad1fdaCopy full SHA for fad1fda
actix-service/src/pipeline.rs
@@ -52,7 +52,7 @@ where
52
/// Call another service after call to this one has resolved successfully.
53
///
54
/// This function can be used to chain two services together and ensure that
55
- /// the second service isn't called until call to the fist service have
+ /// the second service isn't called until call to the first service have
56
/// finished. Result of the call to the first service is used as an
57
/// input parameter for the second service's call.
58
0 commit comments