Skip to content

Commit 80a3627

Browse files
authored
Fix Service<u8> request documentation (#388)
1 parent 2b1edb9 commit 80a3627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-service/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ use self::ready::{err, ok, ready, Ready};
7777
///
7878
/// fn poll_ready(&self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> { ... }
7979
///
80-
/// fn call(&self, req: Self::Request) -> Self::Future { ... }
80+
/// fn call(&self, req: u8) -> Self::Future { ... }
8181
/// }
8282
/// ```
8383
///

0 commit comments

Comments
 (0)