mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-04 12:52:28 +08:00
fix: fix misspellings
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
// Package concurrency contain some functions to support concurrent programming. eg, goroutine, channel, async.
|
// Package concurrency contain some functions to support concurrent programming. eg, goroutine, channel, async.
|
||||||
package concurrency
|
package concurrency
|
||||||
|
|
||||||
// Channel is a logic object which implemented by go chan
|
// Channel is a logic object which can generate or manipulate go channel
|
||||||
// all methods of channel are in the book tiled《Concurrency in Go》
|
// all methods of Channel are in the book tilted《Concurrency in Go》
|
||||||
type Channel struct {
|
type Channel struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user