From 0e6beaa24e42f2be948b175d9a4dc7ca82f096c4 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:01:50 -0700 Subject: [PATCH] Update core/conversations/src/account.rs Co-authored-by: osmaczko <33099791+osmaczko@users.noreply.github.com> --- core/conversations/src/account.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/conversations/src/account.rs b/core/conversations/src/account.rs index 25cda53..4b40317 100644 --- a/core/conversations/src/account.rs +++ b/core/conversations/src/account.rs @@ -4,7 +4,7 @@ use openmls_traits::signatures::Signer; use crate::types::AccountId; -/// Logos Account provides represents a single account across +/// Logos Account represents a single account across /// multiple installations and services. pub struct LogosAccount { id: AccountId,