Added missing brace.

Fixed typo in documentation, that breaks layout and linking in NFC
documentation.

Change-Id: I1457b11a432311741e905a6dba3a2bb2356a2fb4
Signed-off-by: Tim Roes <tim.roes88@googlemail.com>
This commit is contained in:
Tim Roes
2013-03-24 12:53:13 +01:00
parent f6c4dba2d3
commit c058d8686c

View File

@@ -477,7 +477,7 @@ tag from the intent. Intents can contain the following extras depending on the t
<li>{@link android.nfc.NfcAdapter#EXTRA_TAG} (required): A {@link android.nfc.Tag} object
representing the scanned tag.</li>
<li>{@link android.nfc.NfcAdapter#EXTRA_NDEF_MESSAGES} (optional): An array of NDEF messages
parsed from the tag. This extra is mandatory on {@link android.nfc.NfcAdapter#ACTION_NDEF_DISCOVERED
parsed from the tag. This extra is mandatory on {@link android.nfc.NfcAdapter#ACTION_NDEF_DISCOVERED}
intents.</li>
<li>{@link android.nfc.NfcAdapter#EXTRA_ID} (optional): The low-level ID of the tag.</li></ul>