mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
chore: fix typo (#8292)
Co-Authored-By: kevaundray <kevtheappdev@gmail.com>
This commit is contained in:
@@ -144,7 +144,7 @@ impl ForkName {
|
||||
|
||||
/// Return the name of the fork immediately prior to the current one.
|
||||
///
|
||||
/// If `self` is `ForkName::Base` then `Base` is returned.
|
||||
/// If `self` is `ForkName::Base` then `None` is returned.
|
||||
pub fn previous_fork(self) -> Option<ForkName> {
|
||||
match self {
|
||||
ForkName::Base => None,
|
||||
|
||||
Reference in New Issue
Block a user