aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2020-06-30 09:29:32 +0200
committerChantal Keller <Chantal.Keller@inria.fr>2020-06-30 09:29:32 +0200
commit733564e496eaac816e037b5efe0f5cc6b861fe20 (patch)
tree35cf5f42857fdb41e6a586303811814050f07bb1 /examples
parent6f949718d1c5a87e0191a63158748b81ddfbc8cd (diff)
downloadsmtcoq-733564e496eaac816e037b5efe0f5cc6b861fe20.tar.gz
smtcoq-733564e496eaac816e037b5efe0f5cc6b861fe20.zip
Typo
Diffstat (limited to 'examples')
-rw-r--r--examples/Example.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Example.v b/examples/Example.v
index 2d48776..7beed4a 100644
--- a/examples/Example.v
+++ b/examples/Example.v
@@ -11,7 +11,7 @@
(* [Require Import SMTCoq.SMTCoq.] loads the SMTCoq library.
- If you are using native-coq instead of Coq 8.9, replace it with:
+ If you are using native-coq instead of Coq 8.10, replace it with:
Require Import SMTCoq.
*)