chore: typos fixed

This commit is contained in:
Einherjar
2023-10-20 17:37:28 -03:00
parent bc8d6a396b
commit 27a63abd1e
15 changed files with 26 additions and 25 deletions

View File

@@ -315,7 +315,7 @@ where
self.set_sequence.clone()
}
/// The minmum required transaction version required on the transaction using the plan.
/// The minimum required transaction version required on the transaction using the plan.
pub fn min_version(&self) -> Option<u32> {
if let Some(_) = self.set_sequence {
Some(2)