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 77588ab commit b1cbaccCopy full SHA for b1cbacc
actix-service/src/ext.rs
@@ -44,7 +44,7 @@ pub trait ServiceExt<Req>: Service<Req> {
44
/// Call another service after call to this one has resolved successfully.
45
///
46
/// This function can be used to chain two services together and ensure that the second service
47
- /// isn't called until call to the fist service have finished. Result of the call to the first
+ /// isn't called until call to the first service have finished. Result of the call to the first
48
/// service is used as an input parameter for the second service's call.
49
50
/// Note that this function consumes the receiving service and returns a wrapped version of it.
0 commit comments