Typo
authornipkow
Wed, 31 Jan 1996 15:02:26 +0100
changeset 1467 3d19a5ddc21e
parent 1466 bf18d174e9f8
child 1468 dcac709dcdd9
Typo
doc-src/Intro/advanced.tex
--- a/doc-src/Intro/advanced.tex	Tue Jan 30 15:31:04 1996 +0100
+++ b/doc-src/Intro/advanced.tex	Wed Jan 31 15:02:26 1996 +0100
@@ -445,7 +445,7 @@
 defs  prime_def "prime(p) == (m divides p) --> (m=1 | m=p)"
 \end{ttbox}
 Isabelle rejects this ``definition'' because of the extra {\tt m} on the
-right-hard side, which would introduce an inconsistency. What you should have
+right-hand side, which would introduce an inconsistency. What you should have
 written is
 \begin{ttbox}
 defs  prime_def "prime(p) == ALL m. (m divides p) --> (m=1 | m=p)"