From fc8e92a8207c1cf8bd1dba2e8de5c0c5eebedc1c Mon Sep 17 00:00:00 2001 From: drdr xp Date: Mon, 12 Jul 2021 22:55:09 +0800 Subject: [PATCH] fix typo --- memstore/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memstore/src/lib.rs b/memstore/src/lib.rs index 7270eb2e2..722d6a32b 100644 --- a/memstore/src/lib.rs +++ b/memstore/src/lib.rs @@ -70,7 +70,7 @@ pub struct MemStoreSnapshot { /// The last log covered by this snapshot. pub last_log_id: LogId, - /// The last memberhsip config included in this snapshot. + /// The last membership config included in this snapshot. pub membership: MembershipConfig, pub snapshot_id: SnapshotId,