mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 12:28:24 +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.
|
/// 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> {
|
pub fn previous_fork(self) -> Option<ForkName> {
|
||||||
match self {
|
match self {
|
||||||
ForkName::Base => None,
|
ForkName::Base => None,
|
||||||
|
|||||||
Reference in New Issue
Block a user