From f189d62121fc6077957a18d956edd8197ce802bb Mon Sep 17 00:00:00 2001
From: Son Ho
Date: Fri, 4 Mar 2022 14:53:01 +0100
Subject: Make a minor modification

---
 tests/hashmap_on_disk/HashmapMain.Properties.fst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/hashmap_on_disk/HashmapMain.Properties.fst b/tests/hashmap_on_disk/HashmapMain.Properties.fst
index 9b6f0f04..99b5424a 100644
--- a/tests/hashmap_on_disk/HashmapMain.Properties.fst
+++ b/tests/hashmap_on_disk/HashmapMain.Properties.fst
@@ -45,7 +45,7 @@ val deserialize_lem (st : state) : Lemma (
 
 /// The below proofs are trivial: we just prove that the hashmap insert function
 /// doesn't update the state... As F* is made for *intrinsic* proofs, we have to
-/// copy-paste the definitions and to insert the proper lemma calls wherever needed,
+/// copy-paste the definitions to insert the proper lemma calls wherever needed,
 /// hence the verbosity...
 
 #push-options "--fuel 1"
-- 
cgit v1.2.3