aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2020-06-30 09:32:30 +0200
committerChantal Keller <Chantal.Keller@inria.fr>2020-06-30 09:32:30 +0200
commitd26c3c56e5912fb1eb21898c59c4779df302c283 (patch)
tree83c8b89c0603ed4a5e9205667a769c2d136051f4 /examples
parent4a1a25da91cb65dad36eab365644523fd35c3608 (diff)
downloadsmtcoq-d26c3c56e5912fb1eb21898c59c4779df302c283.tar.gz
smtcoq-d26c3c56e5912fb1eb21898c59c4779df302c283.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..a7ca413 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.11, replace it with:
Require Import SMTCoq.
*)