passive of `build' = `built'
authorgriff
Mon, 23 Mar 2009 13:55:40 +0100
changeset 201 e1dbcccf970f
parent 200 f9b7bf8aad3e
child 202 16ec70218d26
passive of `build' = `built'
ProgTutorial/FirstSteps.thy
--- a/ProgTutorial/FirstSteps.thy	Mon Mar 23 13:46:53 2009 +0100
+++ b/ProgTutorial/FirstSteps.thy	Mon Mar 23 13:55:40 2009 +0100
@@ -523,7 +523,7 @@
   user accidentally. This often broke Isabelle
   packages. Antiquotations solve this problem, since they are ``linked''
   statically at compile-time.  However, this static linkage also limits their
-  usefulness in cases where data needs to be build up dynamically. In the
+  usefulness in cases where data needs to be built up dynamically. In the
   course of this chapter you will learn more about antiquotations:
   they can simplify Isabelle programming since one can directly access all
   kinds of logical elements from the ML-level.
@@ -952,7 +952,7 @@
 
 text {*
   Just like @{ML_type cterm}s, theorems are abstract objects of type @{ML_type thm} 
-  that can only be build by going through interfaces. As a consequence, every proof 
+  that can only be built by going through interfaces. As a consequence, every proof 
   in Isabelle is correct by construction. This follows the tradition of the LCF approach
   \cite{GordonMilnerWadsworth79}.