Author: joes
Date: Sat Mar 22 20:53:36 2014
New Revision: 1580317

URL: http://svn.apache.org/r1580317
Log:
missing slash

Modified:
    thrift/cms-site/trunk/content/index.md

Modified: thrift/cms-site/trunk/content/index.md
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/index.md?rev=1580317&r1=1580316&r2=1580317&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/index.md (original)
+++ thrift/cms-site/trunk/content/index.md Sat Mar 22 20:53:36 2014
@@ -60,7 +60,7 @@ title: "Home"
 </div>
 <hr>
 
-<h3>Example<h3>
+<h3>Example</h3>
 <p>Apache Thrift allows you to define data types and service interfaces in a 
simple definition file. Taking that file as input, the compiler generates code 
to be used to easily build RPC clients and servers that communicate seamlessly 
across programming languages. Instead of writing a load of boilerplate code to 
serialize and transport your objects and invoke remote methods, you can get 
right down to business.
 </p>
 <p>The following example is a simple service to store user objects for a web 
front end.</p>


Reply via email to