You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/19 21:10:37 UTC

svn commit: r1579379 - /thrift/cms-site/trunk/content/tutorial/index.html

Author: joes
Date: Wed Mar 19 20:10:36 2014
New Revision: 1579379

URL: http://svn.apache.org/r1579379
Log:
better tutorial index page

Modified:
    thrift/cms-site/trunk/content/tutorial/index.html

Modified: thrift/cms-site/trunk/content/tutorial/index.html
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/index.html?rev=1579379&r1=1579378&r2=1579379&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/index.html (original)
+++ thrift/cms-site/trunk/content/tutorial/index.html Wed Mar 19 20:10:36 2014
@@ -17,7 +17,7 @@
 	See the [Building from source](/docs/BuildingFromSource/) guide for any help with this step.
 
 * ### Writing a .thrift file
-	After the Thrift compiler is installed you will need to create a thrift file. This file is an [interface definition](/docs/idl/) made up of [thrift types](/docs/types/) and Services. The services you define in this file are implemented by the server and are called by any clients.
+After the Thrift compiler is installed you will need to create a thrift file. This file is an [interface definition](/docs/idl/) made up of [thrift types](/docs/types/) and Services. The services you define in this file are implemented by the server and are called by any clients.
 
 * ### Generate Thrift file to source code
 The Thrift compiler is used to generate your Thrift File into source code which is used by the different client libraries and the server you write. To generate the source from a thrift file run