From 72ec79dd5e7f883db0f8459b60d8db11962499c7 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Fri, 10 Jul 2020 10:51:51 -0700 Subject: [PATCH] Update zebra-consensus/src/checkpoint/list.rs Co-authored-by: Alfredo Garcia --- zebra-consensus/src/checkpoint/list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-consensus/src/checkpoint/list.rs b/zebra-consensus/src/checkpoint/list.rs index f537f0a8..4f7d07c7 100644 --- a/zebra-consensus/src/checkpoint/list.rs +++ b/zebra-consensus/src/checkpoint/list.rs @@ -67,7 +67,7 @@ impl CheckpointList { Ok(CheckpointList(checkpoints)) } - /// Return true if there a checkpoint at `height`. + /// Return true if there is a checkpoint at `height`. /// /// See `BTreeMap::contains_key()` for details. pub fn contains(&self, height: BlockHeight) -> bool {