Commit 7124a0c3 authored by Hamdi Allam's avatar Hamdi Allam

ci typo

parent f46bba41
...@@ -14,7 +14,7 @@ var ( ...@@ -14,7 +14,7 @@ var (
) )
func main() { func main() {
// This is the most root context, used to propogate // This is the most root context, used to propagate
// cancellations to all spawned application-level goroutines // cancellations to all spawned application-level goroutines
ctx, cancel := context.WithCancel(context.Background()) ctx, cancel := context.WithCancel(context.Background())
go func() { go func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment