do avoid suspicious Unicode;
authorwenzelm
Sat, 14 Jan 2017 21:29:21 +0100
changeset 64892 662de910a96b
parent 64891 d047004c1109
child 64893 07a93485d22b
do avoid suspicious Unicode;
src/HOL/Analysis/ex/Circle_Area.thy
--- a/src/HOL/Analysis/ex/Circle_Area.thy	Sat Jan 14 20:39:16 2017 +0100
+++ b/src/HOL/Analysis/ex/Circle_Area.thy	Sat Jan 14 21:29:21 2017 +0100
@@ -1,7 +1,7 @@
 (*  Title:      HOL/Analysis/ex/Circle_Area.thy
     Author:     Manuel Eberl, TU Muenchen
 
-A proof that the area of a circle with radius R is R\<^sup>²\<pi>.
+A proof that the area of a circle with radius R is R\<^sup>2\<pi>.
 *)
 
 section {* The area of a circle *}