Skip to content

Commit

Permalink
fix actix-service/src/ext.rs 'fist' to 'first' (#596)
Browse files Browse the repository at this point in the history
Co-authored-by: yinqilei <yinqilei_ug@126.com>
  • Loading branch information
ahbkc and yinqilei authored Sep 3, 2024
1 parent 77588ab commit b1cbacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-service/src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub trait ServiceExt<Req>: Service<Req> {
/// Call another service after call to this one has resolved successfully.
///
/// This function can be used to chain two services together and ensure that the second service
/// 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
/// service is used as an input parameter for the second service's call.
///
/// Note that this function consumes the receiving service and returns a wrapped version of it.
Expand Down

0 comments on commit b1cbacc

Please sign in to comment.