diff options
author | Joe Malin <jmalin@google.com> | 2013-03-05 19:35:56 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-03-05 19:35:57 +0000 |
commit | 33a9f63c1c81e44d09b2b509c04db5218ed64c0f (patch) | |
tree | f801f46e098d6612c6bb94ec9175f02d0bce6b8d /docs/html | |
parent | 1a5bec0127ca4584008a1ab9e1ce49e671f8387c (diff) | |
parent | 5d64aa2ac31a3658ce1c5d350a658ae10e2f67c0 (diff) | |
download | frameworks_base-33a9f63c1c81e44d09b2b509c04db5218ed64c0f.zip frameworks_base-33a9f63c1c81e44d09b2b509c04db5218ed64c0f.tar.gz frameworks_base-33a9f63c1c81e44d09b2b509c04db5218ed64c0f.tar.bz2 |
Merge "Bug 8289268: Reversed text Content Provider Basics" into jb-mr1-dev
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/guide/topics/providers/content-provider-basics.jd | 2 |
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> |