chore: fix typos (#2689)

This commit is contained in:
KeienWang
2024-01-25 14:08:50 +08:00
committed by GitHub
parent e33f4c425f
commit d76a43fbe1
12 changed files with 15 additions and 15 deletions

View File

@@ -76,7 +76,7 @@ type Routing interface {
ValueStore
// Bootstrap allows callers to hint to the routing system to get into a
// Boostrapped state and remain there. It is not a synchronous call.
// Bootstrapped state and remain there. It is not a synchronous call.
Bootstrap(context.Context) error
// TODO expose io.Closer or plain-old Close error