Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix storage documentation
Alexis Sellier committed 3 years ago
commit cb79ebef769761f61faee142600226fcce950add
parent a8f0329391232f15d670548c3d987afbcf075902
1 file changed +1 -1
modified radicle/src/storage.rs
@@ -296,7 +296,7 @@ pub trait ReadRepository {
    fn blob_at<'a>(&'a self, commit: Oid, path: &'a Path)
        -> Result<git2::Blob<'a>, git_ext::Error>;

-
    /// Validate all remotes with [`ReadStorage::validate`].
+
    /// Validate all remotes with [`ReadRepository::validate_remote`].
    fn validate(&self) -> Result<(), VerifyError> {
        for (_, remote) in self.remotes()? {
            self.validate_remote(&remote)?;