Skip to content

Commit 1c5ff39

Browse files
fixup! chore: add Credential.get_all()
1 parent 0b35587 commit 1c5ff39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/src/mls/credential/persistence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ impl Credential {
2222
}
2323

2424
/// Should only be used when really requiring the credential data itself, e.g., when checking for validity or
25-
/// looking for CRL urls. In other cases, use [CredentialRef::get_all].
25+
/// looking for CRL URLs. In other cases, use [CredentialRef::get_all].
2626
pub(crate) async fn get_all(database: &impl FetchFromDatabase) -> Result<Vec<Self>> {
2727
database
2828
.load_all::<StoredCredential>()

0 commit comments

Comments
 (0)