Author: gweidner
Date: Mon May 22 18:37:33 2017
New Revision: 1795836

URL: http://svn.apache.org/viewvc?rev=1795836&view=rev
Log:
[MINOR] Fix punctuation direction for 'What is SystemML'

Modified:
    incubator/systemml/site/index.html

Modified: incubator/systemml/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/index.html?rev=1795836&r1=1795835&r2=1795836&view=diff
==============================================================================
--- incubator/systemml/site/index.html (original)
+++ incubator/systemml/site/index.html Mon May 22 18:37:33 2017
@@ -180,9 +180,9 @@
     </div>
     <div class="col col-6 content-group content-group--more-padding">
       <!-- bdi tag prevents reverse punctuation when rtl direction property is 
applied -->
-      <h2><bdi>What is SystemML?</bdi></h2>
+      <h2><bdi>What is SystemML?&lrm;</bdi></h2>
 
-      <p>Apache SystemML provides an optimal workplace for machine learning 
using big data. It can be run on top of Apache Spark, where it automatically 
scales your data, line by line, determining whether your code should be run on 
the driver or an Apache Spark cluster. Future SystemML developments include 
additional deep learning with GPU capabilities such as importing and running 
neural network architectures and pre-trained models for training.</p>
+      <p>Apache SystemML provides an optimal workplace for machine learning 
using big data. It can be run on top of Apache Spark, where it automatically 
scales your data, line by line, determining whether your code should be run on 
the driver or an Apache Spark cluster. Future SystemML developments include 
additional deep learning with GPU capabilities such as importing and running 
neural network architectures and pre-trained models for training.&lrm;</p>
       <p><a href="#systemml-video" class="modal-trigger 
jq-modal-trigger"><span class="icon play-button"></span><span>Learn more about 
SystemML</span></a></p>
     </div>
   </div>


Reply via email to