tuned language
authorhaftmann
Thu, 03 Dec 2015 15:33:01 +0100
changeset 61781 e1e6bb36b27a
parent 61780 b319013d2d33
child 61782 7d754aca6a75
child 61784 21b34a2269e5
tuned language
src/Doc/Codegen/Foundations.thy
--- a/src/Doc/Codegen/Foundations.thy	Thu Dec 03 15:33:00 2015 +0100
+++ b/src/Doc/Codegen/Foundations.thy	Thu Dec 03 15:33:01 2015 +0100
@@ -116,10 +116,10 @@
   arguments of the left hand side of an equation, but never to the
   constant heading the left hand side.
 
-  Pre- and postprocessor can be setup to broker between
+  Pre- and postprocessor can be setup to transfer between
   expressions suitable for logical reasoning and expressions 
   suitable for execution.  As example, take list membership; logically
-  is is just expressed as @{term "x \<in> set xs"}.  But for execution
+  it is expressed as @{term "x \<in> set xs"}.  But for execution
   the intermediate set is not desirable.  Hence the following
   specification:
 \<close>