aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/Example.thy
diff options
context:
space:
mode:
Diffstat (limited to 'isar/Example.thy')
-rw-r--r--isar/Example.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/Example.thy b/isar/Example.thy
index 720e5480..01b755db 100644
--- a/isar/Example.thy
+++ b/isar/Example.thy
@@ -14,7 +14,7 @@ proof
assume "A & B"
then show "B & A"
proof
- assume B and A
+ assume "B" and "A"
then show ?thesis ..
qed
qed