Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Jul 12, 2021
1 parent 625d7e9 commit fc8e92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memstore/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fc8e92a

Please sign in to comment.