summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Joe Malin <jmalin@google.com> 2013-03-05 11:40:15 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2013-03-05 11:40:15 -0800
commitebdf1ccc5bd18e2f55d6f900382dabad4a287b9b (patch)
tree37705ede48fbc3b1934fc3e7e4659852814987a2
parent095aa4b611472f64bdbd1499d05b747cebc3f792 (diff)
parent33a9f63c1c81e44d09b2b509c04db5218ed64c0f (diff)
am 33a9f63c: Merge "Bug 8289268: Reversed text Content Provider Basics" into jb-mr1-dev
* commit '33a9f63c1c81e44d09b2b509c04db5218ed64c0f': Bug 8289268: Reversed text Content Provider Basics
-rw-r--r--docs/html/guide/topics/providers/content-provider-basics.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/providers/content-provider-basics.jd b/docs/html/guide/topics/providers/content-provider-basics.jd
index 527e71381bea..199a671bb938 100644
--- a/docs/html/guide/topics/providers/content-provider-basics.jd
+++ b/docs/html/guide/topics/providers/content-provider-basics.jd
@@ -143,7 +143,7 @@ page.title=Content Provider Basics
<p>
A content provider presents data to external applications as one or more tables that are
similar to the tables found in a relational database. A row represents an instance of some type
- of data the provider collects, and each row in the column represents an individual piece of
+ of data the provider collects, and each column in the row represents an individual piece of
data collected for an instance.
</p>
<p>