From 09339f90ab02f8b5d3dc21a8e943c6d8520208cf Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 7 Jun 2024 13:12:09 +0300 Subject: [PATCH] documents: Correct GetHostPaths documentation --- src/documents/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/documents/mod.rs b/src/documents/mod.rs index 488872800..c22c7f513 100644 --- a/src/documents/mod.rs +++ b/src/documents/mod.rs @@ -479,8 +479,7 @@ impl<'a> Documents<'a> { .await } - /// Revokes access permissions for a file in the document store from an - /// application. + /// Retrieves the host filesystem paths from their document IDs. /// /// # Arguments ///