You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2016/03/17 14:48:38 UTC

svn commit: r1735426 - /uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml

Author: pkluegl
Date: Thu Mar 17 13:48:38 2016
New Revision: 1735426

URL: http://svn.apache.org/viewvc?rev=1735426&view=rev
Log:
no jira - fixed example

Modified:
    uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml

Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml?rev=1735426&r1=1735425&r2=1735426&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml (original)
+++ uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml Thu Mar 17 13:48:38 2016
@@ -204,7 +204,7 @@ W{REGEXP("dog"), active -> Animal};]]></
       in the complete document.
     </para>
 
-    <programlisting><![CDATA[WORDLIST AnimalsList = 'Animals.txt;'
+    <programlisting><![CDATA[WORDLIST AnimalsList = 'Animals.txt';
 DECLARE Animal;
 Document{-> MARKFAST(Animal, AnimalsList)};
 ]]></programlisting>