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

Commit 7b3ee05d authored by Dan Dascalescu's avatar Dan Dascalescu Committed by android-build-merger
Browse files

Merge "Fix typo: add "the" in Content Provider Basics" into mnc-docs

am: ffd5d38d

* commit 'ffd5d38d':
  Fix typo: add "the" in Content Provider Basics
parents 5c7e76a8 ffd5d38d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ content://user_dictionary/words
</pre>
<p>
    where the <code>user_dictionary</code> string is the provider's authority, and
    <code>words</code> string is the table's path. The string
    the <code>words</code> string is the table's path. The string
    <code>content://</code> (the <strong>scheme</strong>) is always present,
    and identifies this as a content URI.
</p>