From cf91518656d2d1879f65e9befec53e3fb3b71cf6 Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Sun, 8 Sep 2019 12:27:45 -0800 Subject: [PATCH] Grammar --- core/consensus/pow/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/consensus/pow/src/lib.rs b/core/consensus/pow/src/lib.rs index 343c7b14c6af1..a1f432757a77c 100644 --- a/core/consensus/pow/src/lib.rs +++ b/core/consensus/pow/src/lib.rs @@ -91,7 +91,7 @@ pub trait PowAlgorithm { seal: &Seal, difficulty: Difficulty, ) -> Result; - /// Mine a seal that satisfy the given difficulty. + /// Mine a seal that satisfies the given difficulty. fn mine( &self, parent: &BlockId,