Skip to content

Commit 1821f61

Browse files
committed
readme update
1 parent 607157c commit 1821f61

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
@@ -404,7 +404,7 @@ async def process_batch(
404404
return await asyncio.gather(*[process_one(doc_id) for doc_id in doc_ids])
405405
```
406406

407-
Because child scopes don't silently inherit the parent graph, parallel workers can never accidentally share or corrupt each other's state.
407+
Because child scopes don't silently inherit the parent graph, parallel workers can't accidentally share state through the container.
408408

409409
See [Lifetimes & Scopes](https://maldoinc.github.io/wireup/latest/lifetimes_and_scopes/) for the full model.
410410

0 commit comments

Comments
 (0)