Skip to content

Commit 9fe3c1d

Browse files
authored
Update README.md
1 parent 69bae4f commit 9fe3c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ provider = Provider()
3636

3737
@inject(provider)
3838
async def main(x: int, y: int, z: int = Depends(dependency)) -> int:
39-
return a + b + c
39+
return x + y + z
4040

4141
assert run(main(1, 2)) == 8
4242
```

0 commit comments

Comments
 (0)