mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
replace 'a alloc' with 'an alloc' where appropriate (#11792)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user