Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed May 22, 2024
1 parent a6f014a commit 62423aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iroh/src/client/authors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit 62423aa

Please sign in to comment.