tuned comment;
authorwenzelm
Sat, 15 Oct 2005 00:09:20 +0200
changeset 17868 5a12b1b5990f
parent 17867 3368e5c72904
child 17869 585c1f08499e
tuned comment;
src/Pure/thm.ML
--- a/src/Pure/thm.ML	Sat Oct 15 00:09:07 2005 +0200
+++ b/src/Pure/thm.ML	Sat Oct 15 00:09:20 2005 +0200
@@ -1251,7 +1251,7 @@
 (*Calls error rather than raising an exception because it is intended
   for top-level use -- exception handling would not make sense here.
   The names in cs, if distinct, are used for the innermost parameters;
-   preceding parameters may be renamed to make all params distinct.*)
+  preceding parameters may be renamed to make all params distinct.*)
 fun rename_params_rule (cs, i) state =
   let
     val Thm {thy_ref, der, maxidx, shyps, hyps, ...} = state;