aboutsummaryrefslogtreecommitdiff
path: root/theories/Logic/Decidable.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Logic/Decidable.v')
-rw-r--r--theories/Logic/Decidable.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/Decidable.v b/theories/Logic/Decidable.v
index ca4ba0e1a8..84649e7a85 100644
--- a/theories/Logic/Decidable.v
+++ b/theories/Logic/Decidable.v
@@ -7,7 +7,7 @@
(***********************************************************************)
(*i $Id$ i*)
-(* Properties of decidable propositions *)
+(** Properties of decidable propositions *)
Definition decidable := [P:Prop] P \/ ~P.