From de3242d867b8692463ee14838d091f2956a3edbe Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Mon, 16 Aug 2021 14:42:16 +0300 Subject: [PATCH] [#331] v2/object: Sync method name and its commentary Signed-off-by: Pavel Karpy --- v2/object/grpc/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/object/grpc/types.go b/v2/object/grpc/types.go index 28eafb7..350056d 100644 --- a/v2/object/grpc/types.go +++ b/v2/object/grpc/types.go @@ -54,7 +54,7 @@ func (m *Header_Split) SetChildren(v []*refs.ObjectID) { } } -// SetSplitID sets split ID of the object. +// SetSplitId sets split ID of the object. func (m *Header_Split) SetSplitId(v []byte) { if m != nil { m.SplitId = v