fix spelling
authorhuffman
Sun, 11 Dec 2011 21:57:22 +0100
changeset 45814 a644ba1d7cf9
parent 45813 5edf7a15ff8e
child 45815 2b7eb46e70f9
child 45816 6a04efd99f25
fix spelling
doc-src/IsarRef/Thy/Synopsis.thy
--- a/doc-src/IsarRef/Thy/Synopsis.thy	Sun Dec 11 21:54:20 2011 +0100
+++ b/doc-src/IsarRef/Thy/Synopsis.thy	Sun Dec 11 21:57:22 2011 +0100
@@ -302,7 +302,7 @@
 
   have "a < b" sorry
   also
-  have "b\<le> c" sorry
+  have "b \<le> c" sorry
   also
   have "c = d" sorry
   finally
@@ -318,7 +318,7 @@
   \item The notion of @{text trans} rule is very general due to the
   flexibility of Isabelle/Pure rule composition.
 
-  \item User applications may declare there own rules, with some care
+  \item User applications may declare their own rules, with some care
   about the operational details of higher-order unification.
 
   \end{itemize}