corrected typo
authornipkow
Mon, 29 Jun 2015 13:49:21 +0200
changeset 60605 9627a75eb32a
parent 60604 dd4253d5dd82
child 60606 e5cb9271e339
child 60615 e5fa1d5d3952
corrected typo
src/Doc/Prog_Prove/Logic.thy
--- a/src/Doc/Prog_Prove/Logic.thy	Tue Jun 16 11:31:22 2015 +0200
+++ b/src/Doc/Prog_Prove/Logic.thy	Mon Jun 29 13:49:21 2015 +0200
@@ -813,7 +813,7 @@
 text{*
 The single @{text r} step is performed after rather than before the @{text star'}
 steps. Prove @{prop "star' r x y \<Longrightarrow> star r x y"} and
-@{prop "star r x y \<Longrightarrow> star r' x y"}. You may need lemmas.
+@{prop "star r x y \<Longrightarrow> star' r x y"}. You may need lemmas.
 Note that rule induction fails
 if the assumption about the inductive predicate is not the first assumption.
 \endexercise