Skip to content

Commit

Permalink
Fix fist to first (#598)
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 5, 2024
1 parent cfae737 commit fad1fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-service/src/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ where
/// 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
/// the second service 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.
///
Expand Down

0 comments on commit fad1fda

Please sign in to comment.