repaired long-standing accident
authorhaftmann
Thu, 23 Oct 2014 16:25:08 +0200
changeset 58774 d6435f0bf966
parent 58773 1b2e7b78a337
child 58775 9cd64a66a765
child 58779 aeba9ae93dd8
repaired long-standing accident
src/Doc/Tutorial/Inductive/Mutual.thy
--- a/src/Doc/Tutorial/Inductive/Mutual.thy	Thu Oct 23 14:43:51 2014 +0200
+++ b/src/Doc/Tutorial/Inductive/Mutual.thy	Thu Oct 23 16:25:08 2014 +0200
@@ -67,7 +67,7 @@
 
 text{*\noindent Everything works as before, except that
 you write \commdx{inductive} instead of \isacommand{inductive\_set} and
-@{prop"evn n"} instead of @{prop"n : even"}.
+@{prop"evn n"} instead of @{prop"n : Even"}.
 When defining an n-ary relation as a predicate, it is recommended to curry
 the predicate: its type should be \mbox{@{text"\<tau>\<^sub>1 \<Rightarrow> \<dots> \<Rightarrow> \<tau>\<^sub>n \<Rightarrow> bool"}}
 rather than