diff --git a/docs/html/guide/topics/providers/content-provider-basics.jd b/docs/html/guide/topics/providers/content-provider-basics.jd index 16e68d1f3f50a..eca7a566c68a5 100644 --- a/docs/html/guide/topics/providers/content-provider-basics.jd +++ b/docs/html/guide/topics/providers/content-provider-basics.jd @@ -328,7 +328,7 @@ content://user_dictionary/words

where the user_dictionary string is the provider's authority, and - words string is the table's path. The string + the words string is the table's path. The string content:// (the scheme) is always present, and identifies this as a content URI.