chore: fix function names in comment (#7723)

Signed-off-by: wanshuangcheng <wanshuangcheng@outlook.com>
This commit is contained in:
wanshuangcheng
2024-04-08 16:15:44 +08:00
committed by GitHub
parent b0e515243d
commit a096b7e5d4
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ func (s *SetRestrictions) Validate(defaultLanguage language.Tag) error {
return nil
}
// SetRestrictions creates new restrictions or updates existing restrictions.
// SetInstanceRestrictions creates new restrictions or updates existing restrictions.
func (c *Commands) SetInstanceRestrictions(
ctx context.Context,
setRestrictions *SetRestrictions,