[Nice-commit] Nice/web manual.xml,1.42,1.43
Brought to you by:
bonniot
From: Francis B. <fb...@us...> - 2004-09-17 13:50:24
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31286/web Modified Files: manual.xml Log Message: Fixed title of example in class casting section. Index: manual.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/manual.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** manual.xml 16 Sep 2004 14:44:42 -0000 1.42 --- manual.xml 17 Sep 2004 13:50:15 -0000 1.43 *************** *** 1963,1967 **** </para> <example> ! <title>Title</title> <programlisting lang="nice"> void foo(FileOutputStream arg) {...} --- 1963,1967 ---- </para> <example> ! <title>Proving the type of an object</title> <programlisting lang="nice"> void foo(FileOutputStream arg) {...} |