Fix some typos in comments. (#4100)
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
This commit is contained in:
parent
9e4a177d9f
commit
e233f59ee8
24 changed files with 42 additions and 42 deletions
|
@ -25,7 +25,7 @@ type Service struct {
|
|||
*Empty
|
||||
}
|
||||
|
||||
// ServiceKey return a string using for the index.
|
||||
// ServiceKey returns a string using for the index.
|
||||
func ServiceKey(name, namespace string) string { return name + "." + namespace }
|
||||
|
||||
// ToService returns a function that converts an api.Service to a *Service.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue