Skip to content

Commit bc277f9

Browse files
authored
doc: a typo fix
1 parent 19f27ae commit bc277f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import "golang.design/x/mainthread"
1414
## API Usage
1515

1616
Package mainthread offers facilities to schedule functions on the
17-
maint hread. To use this package properly, one must call
17+
main thread. To use this package properly, one must call
1818
mainthread.Init from the main package. For example:
1919

2020
```go

mainthread.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Written by Changkun Ou <changkun.de>
66

77
// Package mainthread offers facilities to schedule functions on the
8-
// maint hread. To use this package properly, one must call
8+
// main thread. To use this package properly, one must call
99
// mainthread.Init from the main package. For example:
1010
//
1111
// package main

0 commit comments

Comments
 (0)