Skip to content

Commit fad1fda

Browse files
ahbkcyinqilei
andauthored
Fix fist to first (#598)
Co-authored-by: yinqilei <yinqilei_ug@126.com>
1 parent cfae737 commit fad1fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-service/src/pipeline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ where
5252
/// Call another service after call to this one has resolved successfully.
5353
///
5454
/// 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
55+
/// the second service isn't called until call to the first service have
5656
/// finished. Result of the call to the first service is used as an
5757
/// input parameter for the second service's call.
5858
///

0 commit comments

Comments
 (0)