Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d64aa2a authored by Joe Malin's avatar Joe Malin
Browse files

Bug 8289268: Reversed text Content Provider Basics

Change-Id: I4eab50651d47bb86709740595d982d9524a561fb
parent 1c7b442a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>