forked from TrueCloudLab/frostfs-sdk-go
[#131] client: Fix typo in Delete
method docs
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
37f0cde78d
commit
85db22eea4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ func (x ResObjectDelete) ReadTombstoneID(dst *oid.ID) bool {
|
|||
// NeoFS status codes are returned as `error`, otherwise, are included
|
||||
// in the returned result structure.
|
||||
//
|
||||
// Immediately panics if parameters are set incorrectly (see PrmObjectHash docs).
|
||||
// Immediately panics if parameters are set incorrectly (see PrmObjectDelete docs).
|
||||
// Context is required and must not be nil. It is used for network communication.
|
||||
//
|
||||
// Return statuses:
|
||||
|
|
Loading…
Reference in a new issue