tuned comments;
authorwenzelm
Wed, 01 Oct 2008 14:17:06 +0200
changeset 28448 31a59d7d2168
parent 28447 df77ed974a78
child 28449 b6c57eb0fc39
tuned comments;
src/Pure/logic.ML
--- a/src/Pure/logic.ML	Wed Oct 01 13:33:54 2008 +0200
+++ b/src/Pure/logic.ML	Wed Oct 01 14:17:06 2008 +0200
@@ -269,7 +269,7 @@
 
 
 
-  (** protected propositions and embedded terms **)
+(** protected propositions and embedded terms **)
 
 val protectC = Const ("prop", propT --> propT);
 fun protect t = protectC $ t;