From 9393649522ccfb35fdf2307aea89f6784ed99741 Mon Sep 17 00:00:00 2001 From: michelou Date: Mon, 19 Jul 2004 14:02:18 +0000 Subject: - corrected small errors in section "5.1.7 Attr... - corrected small errors in section "5.1.7 Attributes". --- doc/reference/ReferencePart.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/reference') diff --git a/doc/reference/ReferencePart.tex b/doc/reference/ReferencePart.tex index 9de79447a3..362f4045a8 100644 --- a/doc/reference/ReferencePart.tex +++ b/doc/reference/ReferencePart.tex @@ -2021,7 +2021,7 @@ object; it is not possible for clients to create objects of class Attributes associate meta-information with definitions. A simple attribute clause has the form $[C]$ or $[C(a_1 \commadots a_n)]$. Here, $c$ is a constructor of a class $C$, which must comform to the -class \lstinline@scala. Attribute@. All given constructor arguments +class \lstinline@scala.Attribute@. All given constructor arguments $a_1 \commadots a_n$ must be constant expressions. An attribute clause applies to the first definition or declaration following it. More than one attribute clause may precede a definition and declaration. The @@ -2049,7 +2049,7 @@ modifier in Java. \lstinline@Serializable@ \begin{quote}Marks a class to be serializable; this is -equivalent to inheritingfrom the +equivalent to inheriting from the \lstinline@java.io.Serializable@ interface in Java. \end{quote} @@ -2059,7 +2059,7 @@ in Java. \lstinline@long@ constant) to a class. This is equivalent to a the following field definition in Java: -\begin{lstlisting}[language=ScalaJava] +\begin{lstlisting}[language=Java] private final static SerialVersionUID = ; \end{lstlisting} \end{quote} -- cgit v1.2.3