summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2005-08-02 14:42:20 +0000
committermihaylov <mihaylov@epfl.ch>2005-08-02 14:42:20 +0000
commitb09ad43fbfd6983077e55689226db77cedcb24f2 (patch)
tree6dc3c4d593dd32a832ee395d6d4e414ce6c58340 /doc
parentdfd98cb40a0184978da59a88a84f5a018a2308cd (diff)
downloadscala-b09ad43fbfd6983077e55689226db77cedcb24f2.tar.gz
scala-b09ad43fbfd6983077e55689226db77cedcb24f2.tar.bz2
scala-b09ad43fbfd6983077e55689226db77cedcb24f2.zip
Fixed according to bug contribution #76
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/ReferencePart.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/ReferencePart.tex b/doc/reference/ReferencePart.tex
index fcc2c4820f..266693d6be 100644
--- a/doc/reference/ReferencePart.tex
+++ b/doc/reference/ReferencePart.tex
@@ -2321,7 +2321,7 @@ which appear in the same statement sequence as the definition of
A class definition which starts with the reserved word \code{trait}
instead of \code{class} defines a trait. A trait is a specific
-instance of an abstract class, so the \code{abstract} modifier is
+kind of an abstract class, so the \code{abstract} modifier is
redundant for it. The trait definition must satisfy the following
four restrictions.
\begin{enumerate}