doc-src/Logics/HOL.tex
changeset 5797 cdd2add0fd96
parent 5764 ea464976a00f
child 6072 5583261db33d
--- a/doc-src/Logics/HOL.tex	Mon Nov 02 22:16:49 1998 +0100
+++ b/doc-src/Logics/HOL.tex	Mon Nov 02 22:18:35 1998 +0100
@@ -1950,8 +1950,8 @@
                             | Cons' (('a,'b) term) (('a,'b) term_list)
 \end{ttbox}
 Note however, that the type {\tt ('a,'b) term_list} and the constructors {\tt
-  Nil'} and {\tt Cons'} are not really introduced.  One can directly work the
-original (isomorphic) type {\tt (('a, 'b) term) list} and its existing
+  Nil'} and {\tt Cons'} are not really introduced.  One can directly work with
+the original (isomorphic) type {\tt (('a, 'b) term) list} and its existing
 constructors {\tt Nil} and {\tt Cons}. Thus, the structural induction rule for
 {\tt term} gets the form
 \[