replace 'a alloc' with 'an alloc' where appropriate (#11792)

This commit is contained in:
Conor Evans
2022-01-10 16:59:46 +00:00
committed by GitHub
parent 43edd0e709
commit 31978a0366
6 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ type Client interface {
AllocStateHandler
}
// AllocStateHandler exposes a handler to be called when a allocation's state changes
// AllocStateHandler exposes a handler to be called when an allocation's state changes
type AllocStateHandler interface {
// AllocStateUpdated is used to emit an updated allocation. This allocation
// is stripped to only include client settable fields.