You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2014/06/13 17:10:15 UTC

svn commit: r1602457 - /gora/site/trunk/content/current/tutorial.md

Author: lewismc
Date: Fri Jun 13 15:10:15 2014
New Revision: 1602457

URL: http://svn.apache.org/r1602457
Log:
Change incorrect vocabulary

Modified:
    gora/site/trunk/content/current/tutorial.md

Modified: gora/site/trunk/content/current/tutorial.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/tutorial.md?rev=1602457&r1=1602456&r2=1602457&view=diff
==============================================================================
--- gora/site/trunk/content/current/tutorial.md (original)
+++ gora/site/trunk/content/current/tutorial.md Fri Jun 13 15:10:15 2014
@@ -23,7 +23,7 @@ analyzing the data with extensive Apache
 beans to hold the data and RPC interfaces are defined using a JSON 
 schema. In mapping the data beans to data store specific settings, 
 Gora depends on mapping files, which are specific to each data store. 
-Unlike other ORM implementations, Gora the data bean to data store 
+Unlike other OTD (Object-to-Datastore) mapping implementations in Gora the data bean to data store 
 specific schema mapping is explicit. This has the advantage that, 
 when using data models such as HBase and Cassandra, you can always 
 know how the values are persisted.