[#331] v2/object: Sync method name and its commentary

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/KirillovDenis/master
Pavel Karpy 2021-08-16 14:42:16 +03:00 committed by Alex Vanin
parent 5b3860e3d9
commit de3242d867
1 changed files with 1 additions and 1 deletions

View File

@ -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