Fix a typo "update" -> "updates" (#7346)

Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
Signed-off-by: EItanya <eitan.yarmush@solo.io>
pull/7356/head
Hu Shuai 5 years ago committed by EItanya
parent b7ff1e2932
commit 00769c4512

@ -66,7 +66,7 @@ func (s *Storage) Create(rls *rspb.Release) error {
return s.Driver.Create(makeKey(rls.Name, rls.Version), rls)
}
// Update update the release in storage. An error is returned if the
// Update updates the release in storage. An error is returned if the
// storage backend fails to update the release or if the release
// does not exist.
func (s *Storage) Update(rls *rspb.Release) error {

Loading…
Cancel
Save