We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f27ae commit bc277f9Copy full SHA for bc277f9
README.md
@@ -14,7 +14,7 @@ import "golang.design/x/mainthread"
14
## API Usage
15
16
Package mainthread offers facilities to schedule functions on the
17
-maint hread. To use this package properly, one must call
+main thread. To use this package properly, one must call
18
mainthread.Init from the main package. For example:
19
20
```go
mainthread.go
@@ -5,7 +5,7 @@
5
// Written by Changkun Ou <changkun.de>
6
7
// Package mainthread offers facilities to schedule functions on the
8
-// maint hread. To use this package properly, one must call
+// main thread. To use this package properly, one must call
9
// mainthread.Init from the main package. For example:
10
//
11
// package main
0 commit comments