[Nice-commit] Nice/web manual.xml,1.13,1.14
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-18 15:39:00
|
Update of /cvsroot/nice/Nice/web
In directory sc8-pr-cvs1:/tmp/cvs-serv12271/web
Modified Files:
manual.xml
Log Message:
Fixed an example which must have been incorrect.
Index: manual.xml
===================================================================
RCS file: /cvsroot/nice/Nice/web/manual.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** manual.xml 22 Feb 2003 11:28:42 -0000 1.13
--- manual.xml 18 Apr 2003 15:38:55 -0000 1.14
***************
*** 1246,1250 ****
<para>
There is also a notation for the same class as the declaring class
! of a method: <type>alike</type>.
For instance, the following class <literal>Foo</literal> declares
a method <literal>copy</literal>, such that
--- 1246,1250 ----
<para>
There is also a notation for the same class as the declaring class
! of a method: <literal>alike</literal>.
For instance, the following class <literal>Foo</literal> declares
a method <literal>copy</literal>, such that
***************
*** 1270,1274 ****
}
! copy(b@Bar) = new Bar(value: b.value, id: generateNewId());
}</programlisting>
</example>
--- 1270,1274 ----
}
! copy(b#Bar) = new Bar(value: b.value, id: generateNewId());
}</programlisting>
</example>
|