Fixup doc phrasing
This commit is contained in:
parent
8566495f4f
commit
d19151f162
|
@ -250,7 +250,7 @@ func (w *serviceConfigWatch) runWatch(ctx context.Context, wg *sync.WaitGroup, u
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// handleUpdate receives an update event the global config defaults, updates
|
// handleUpdate receives an update event from the global config defaults, updates
|
||||||
// the local state and re-registers the service with the newly merged config.
|
// the local state and re-registers the service with the newly merged config.
|
||||||
//
|
//
|
||||||
// NOTE: the caller must NOT hold the Agent.stateLock!
|
// NOTE: the caller must NOT hold the Agent.stateLock!
|
||||||
|
|
Loading…
Reference in New Issue