summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSon Ho2022-03-04 14:53:01 +0100
committerSon Ho2022-03-04 14:53:01 +0100
commitf189d62121fc6077957a18d956edd8197ce802bb (patch)
tree5202c5b5cc7284f4435ce19ba8ce935afd73d355
parentd1ea8bd84a6cbccec7ea9a9b4a7d9f744a9dc1e2 (diff)
Make a minor modification
Diffstat (limited to '')
-rw-r--r--tests/hashmap_on_disk/HashmapMain.Properties.fst2
1 files changed, 1 insertions, 1 deletions
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"