Skip to content

Commit 6c05085

Browse files
fixup docs
1 parent 45a3e89 commit 6c05085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub fn relative_canonicalized_path_to_string(path: impl AsRef<Path>) -> anyhow::
126126
canonicalized_path_to_string(path, true)
127127
}
128128

129-
/// Loads a [`iroh::key::SecretKey`] from the provided file, or stores a newly generated one
129+
/// Loads a [`iroh::SecretKey`] from the provided file, or stores a newly generated one
130130
/// at the given location.
131131
#[cfg(feature = "rpc")]
132132
#[cfg_attr(iroh_docsrs, doc(cfg(feature = "rpc")))]

0 commit comments

Comments
 (0)