lib: Fix a typo in the RepoLoader docs

This commit is contained in:
Marshall Bowers 2025-05-17 13:41:47 +02:00 committed by Martin von Zweigbergk
parent ddd417469e
commit 12c1a552cd

View File

@ -634,7 +634,7 @@ pub enum RepoLoaderError {
TransactionCommit(#[from] TransactionCommitError),
}
/// Helps create `ReadonlyRepoo` instances of a repo at the head operation or at
/// Helps create `ReadonlyRepo` instances of a repo at the head operation or at
/// a given operation.
#[derive(Clone)]
pub struct RepoLoader {