Fixup doc phrasing

This commit is contained in:
freddygv 2021-03-19 19:58:06 -06:00
parent 8566495f4f
commit d19151f162
1 changed files with 1 additions and 1 deletions

View File

@ -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!