From b09ad43fbfd6983077e55689226db77cedcb24f2 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Tue, 2 Aug 2005 14:42:20 +0000 Subject: Fixed according to bug contribution #76 --- doc/reference/ReferencePart.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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} -- cgit v1.2.3