mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
XEP-0004: fix minor typo
This commit is contained in:
parent
ceff8b852c
commit
bee8a3b647
@ -303,7 +303,7 @@
|
||||
<section2 topic='Multiple Items in Form Results' anchor='protocol-results'>
|
||||
<p>In some contexts (e.g., the results of a search request), it may be necessary to communicate multiple items. Therefore, a data form of type "result" MAY contain two child elements not described in the basic syntax above:</p>
|
||||
<ol>
|
||||
<li>One and only <reported/> element, which can be understood as a "table header" describing the data to follow.</li>
|
||||
<li>One and only one <reported/> element, which can be understood as a "table header" describing the data to follow.</li>
|
||||
<li>Zero or more <item/> elements, which can be understood as "table cells" containing data (if any) that matches the request.</li>
|
||||
</ol>
|
||||
<p>The <reported/> element MUST appear before any <item/> element inside the <x/> element.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user