Skip to content

Commit 52f7c5a

Browse files
committed
sn/object: Fix interface docs
Signed-off-by: Leonard Lyubich <[email protected]>
1 parent d63e20c commit 52f7c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/services/object/get/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type NeoFSNetwork interface {
3939
// expected on N with index M*i, M in [0,CBF). Then part is expected on SN
4040
// for i+1-th part and so on.
4141
//
42-
// GetContainerNodes does not change resulting slices and their elements.
42+
// GetNodesForObject does not change resulting slices and their elements.
4343
//
4444
// Returns [apistatus.ContainerNotFound] if requested container is missing in
4545
// the network.

0 commit comments

Comments
 (0)