Skip to content

Commit

Permalink
netmap: Fix typo in method docs
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
  • Loading branch information
cthulhu-rider committed Sep 3, 2024
1 parent ab1e38b commit a0e9736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netmap/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func (p *PlacementPolicy) ReadFromV2(m netmap.PlacementPolicy) error {
return p.readFromV2(m, true)
}

// WriteToV2 writes PlacementPolicy to the session.Token message.
// WriteToV2 writes PlacementPolicy to the netmap.PlacementPolicy message.
// The message must not be nil.
//
// See also ReadFromV2.
Expand Down

0 comments on commit a0e9736

Please sign in to comment.