Fix godoc comment

Co-authored-by: Freddy <freddygv@users.noreply.github.com>
This commit is contained in:
Daniel Nephin 2021-07-15 11:22:46 -04:00 committed by GitHub
parent e8e5defc71
commit f286ea0922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ func (a byName) Len() int { return len(a) }
func (a byName) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
func (a byName) Less(i, j int) bool { return a[i].Name() < a[j].Name() }
// Build constructs the runtime configuration from the config sources
// build constructs the runtime configuration from the config sources
// and the command line flags. The config sources are processed in the
// order they were added with the flags being processed last to give
// precedence over the other sources. If the error is nil then