From 4768a528014708b5f0f72a92034893ccc41ce30e Mon Sep 17 00:00:00 2001 From: ErwanDecoster Date: Thu, 31 Jul 2025 11:34:03 +0200 Subject: [PATCH 1/2] fix: remove invalid description part of GrantedAccess volume --- tools/dataProtector/types.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/dataProtector/types.md b/tools/dataProtector/types.md index 9940edd0..14714b61 100644 --- a/tools/dataProtector/types.md +++ b/tools/dataProtector/types.md @@ -21,8 +21,7 @@ use of this `protectedData` `string` -Number of authorized uses of this `protectedData`; each use decrements this -counter +Number of authorized uses of this `protectedData`; ### tag From 6b3abc32c055cbb99a671b86bf3d9e8ceaf34bdf Mon Sep 17 00:00:00 2001 From: ErwanDecoster Date: Thu, 31 Jul 2025 11:37:24 +0200 Subject: [PATCH 2/2] fix: remove semicolon from description of volume in types.md --- tools/dataProtector/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dataProtector/types.md b/tools/dataProtector/types.md index 14714b61..141f860d 100644 --- a/tools/dataProtector/types.md +++ b/tools/dataProtector/types.md @@ -21,7 +21,7 @@ use of this `protectedData` `string` -Number of authorized uses of this `protectedData`; +Number of authorized uses of this `protectedData` ### tag