Skip to content

Commit f528709

Browse files
committed
Fix closing tag in docs.
BUG=2956223 Change-Id: I0772d0b5386a783762319064c13d567c124da394
1 parent 163fba0 commit f528709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/guide/topics/providers/content-providers.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ Use the {@link android.net.Uri Uri} methods to help determine what is being
779779
requested. Here is the general format for each type:</p></li>
780780

781781
<ul>
782-
<li><p>For a single record:&nbsp;&nbsp;&nbsp; {@code vnd.android.cursor.item/vnd.<em>yourcompanyname.contenttype</em}</p>
782+
<li><p>For a single record:&nbsp;&nbsp;&nbsp; {@code vnd.android.cursor.item/vnd.<em>yourcompanyname.contenttype</em>}</p>
783783

784784
<p>For example, a request for train record 122, like this URI,</p>
785785
<p style="margin-left: 2em">{@code content://com.example.transportationprovider/trains/122}</p>

0 commit comments

Comments
 (0)