From 85db22eea4998c78ecb48b1850eaeced6802783d Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Thu, 17 Feb 2022 18:32:53 +0300 Subject: [PATCH] [#131] client: Fix typo in `Delete` method docs Signed-off-by: Leonard Lyubich --- client/object_delete.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/object_delete.go b/client/object_delete.go index 2ced50f..93bae43 100644 --- a/client/object_delete.go +++ b/client/object_delete.go @@ -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: