Skip to content

Commit 35ab05f

Browse files
committed
Fix afit trati version
1 parent cfddafd commit 35ab05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation/case-studies/tower.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ prone. The current working idea that we have is to have a trait like:
5959

6060
```rust
6161
trait Service<Request> {
62-
type Output;
62+
type Response;
6363

6464
async fn call(&self, request: Request) -> Self::Response;
6565
}

0 commit comments

Comments
 (0)