chore: fix typo (#8292)

Co-Authored-By: kevaundray <kevtheappdev@gmail.com>
This commit is contained in:
kevaundray
2025-10-28 01:20:43 +00:00
committed by GitHub
parent 5db1dff8a6
commit 6e71fd7c19

View File

@@ -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,