From 4de2570e1a3dfc9633bbf02daf74753e7ba46b69 Mon Sep 17 00:00:00 2001 From: anastasia prasolova Date: Tue, 2 Aug 2022 17:32:35 +0300 Subject: [PATCH] [#232] Comments fix for ACL Signed-off-by: anastasia prasolova --- acl/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl/types.proto b/acl/types.proto index f6c1da7..2bf5f23 100644 --- a/acl/types.proto +++ b/acl/types.proto @@ -125,7 +125,7 @@ message EACLRecord { // * $Object:homomorphicHash \ // homomorphic_hash // - // Please note, that if request or response does not have object's headers or + // Please note, that if request or response does not have object's headers of // full object (Range, RangeHash, Search, Delete), it will not be possible to // filter by object header fields or user attributes. From the well-known list // only `$Object:objectID` and `$Object:containerID` will be available, as