From 62423aae1de74cdca18936a119790a035443130a Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Thu, 23 May 2024 01:57:08 +0200 Subject: [PATCH] fix docs --- iroh/src/client/authors.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iroh/src/client/authors.rs b/iroh/src/client/authors.rs index e794f60b9b..b695b3da7c 100644 --- a/iroh/src/client/authors.rs +++ b/iroh/src/client/authors.rs @@ -48,8 +48,8 @@ where /// /// If the author does not exist, an error is returned. /// - /// This is a noop on memory nodes. On peristent node, the author id will be saved to a file in - /// the data directory, and reloaded after a node restart. + /// On a persistent node, the author id will be saved to a file in the data directory and + /// reloaded after a restart. pub async fn set_default(&self, author_id: AuthorId) -> Result<()> { self.rpc .rpc(AuthorSetDefaultRequest { author_id })