Skip to content

Commit 06b66c3

Browse files
committed
typo
1 parent cb539d7 commit 06b66c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concurrency/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ go fn(a, b, c)
4646

4747
1. It should be possible to stop running goroutines, e.g. on service shutdown or HTTP timeout. Use one of next for cancellation:
4848
- `context.Context`(Context is cancelled or the deadline is exceeded. Preferable.)
49-
- stop channel(hard to use with other APIs, e.g. with some DB ORM or HTTP clients)
49+
- stop channel(kinda legacy solution and hard to use with other APIs, e.g. with some DB ORM or HTTP clients)
5050

5151
Also write [context aware code](https://www.storj.io/blog/production-concurrency).
5252

0 commit comments

Comments
 (0)