Skip to content

Commit a759fff

Browse files
committed
sn/policer: Fix interface docs
Signed-off-by: Leonard Lyubich <[email protected]>
1 parent 8c8a187 commit a759fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/services/policer/policer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ type Network interface {
9999
// expected on N with index M*i, M in [0,CBF). Then part is expected on SN
100100
// for i+1-th part and so on.
101101
//
102-
// GetContainerNodes callers do not change resulting slices and their elements.
102+
// GetNodesForObject callers do not change resulting slices and their elements.
103103
//
104104
// Returns [apistatus.ErrContainerNotFound] if requested container is missing in
105105
// the network.

0 commit comments

Comments
 (0)