From 07e36d852795b8637b420a1a00a40dd8543af9cf Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Tue, 12 Jan 2016 16:42:00 -0800 Subject: [PATCH] Fix typo: add "the" in Content Provider Basics bug: 26339577 Change-Id: Idb94dc2399338394820b2a21592e011308f7b01e --- docs/html/guide/topics/providers/content-provider-basics.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.