summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Malin <jmalin@google.com>2013-02-28 09:18:24 -0800
committerJoe Malin <jmalin@google.com>2013-02-28 09:18:24 -0800
commit5d64aa2ac31a3658ce1c5d350a658ae10e2f67c0 (patch)
treeecfb9ea81589137016da0cb972333be9e7b234b3
parent1c7b442aae47d34176f832a1c45393b9f7e42631 (diff)
downloadframeworks_base-5d64aa2ac31a3658ce1c5d350a658ae10e2f67c0.zip
frameworks_base-5d64aa2ac31a3658ce1c5d350a658ae10e2f67c0.tar.gz
frameworks_base-5d64aa2ac31a3658ce1c5d350a658ae10e2f67c0.tar.bz2
Bug 8289268: Reversed text Content Provider Basics
Change-Id: I4eab50651d47bb86709740595d982d9524a561fb
-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 527e713..199a671 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>