Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: okJiang <[email protected]>
  • Loading branch information
okJiang committed Aug 9, 2024
1 parent b8fe466 commit e960071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pd_service_discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ func newPDServiceDiscovery(
return pdsd
}

// Init initializes the PD service discovery client.
// Init initializes the PD service discovery.
func (c *pdServiceDiscovery) Init() error {
if c.isInitialized {
return nil
Expand Down

0 comments on commit e960071

Please sign in to comment.