-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
There are a few typos across the codebase that can be fixed.
A brief analysis with codespell shows the following:
./README.md:54: meger ==> merger, merge, meager
./README.md:182: exector ==> executor
./flow.go:32: paniced ==> panicked
./taskflow_test.go:293: paniced ==> panicked
./taskflow_test.go:384: condion ==> condition
./taskflow_test.go:597: unexpect ==> unexpected
./taskflow_test.go:617: additonal ==> additional
./taskflow_test.go:617: Addtional ==> Additional
./taskflow_test.go:630: unexpect ==> unexpected
./taskflow_test.go:662: unexpect ==> unexpected
./taskflow_test.go:698: unexpect ==> unexpected
./utils/copool.go:1: goroutinue ==> goroutine
./utils/queue.go:1: COPYED ==> COPIED
./utils/queue_test.go:2: COPYED ==> COPIED
./examples/priority/priority.go:11: exector ==> executor
./examples/priority/priority.go:39: exector ==> executor
./examples/parallel_merge_sort/parallel_merge_sort.go:15: meger ==> merger, merge, meager
This is a good first issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers