Skip to content

Commit b1cbacc

Browse files
ahbkcyinqilei
andauthored
fix actix-service/src/ext.rs 'fist' to 'first' (#596)
Co-authored-by: yinqilei <yinqilei_ug@126.com>
1 parent 77588ab commit b1cbacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-service/src/ext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub trait ServiceExt<Req>: Service<Req> {
4444
/// Call another service after call to this one has resolved successfully.
4545
///
4646
/// 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
47+
/// isn't called until call to the first service have finished. Result of the call to the first
4848
/// service is used as an input parameter for the second service's call.
4949
///
5050
/// Note that this function consumes the receiving service and returns a wrapped version of it.

0 commit comments

Comments
 (0)