XEP-0004: fix minor typo

This commit is contained in:
Sam Whited 2021-06-06 07:20:08 -04:00 committed by Jonas Schäfer
parent ceff8b852c
commit bee8a3b647
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@
<section2 topic='Multiple Items in Form Results' anchor='protocol-results'> <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> <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> <ol>
<li>One and only &lt;reported/&gt; element, which can be understood as a "table header" describing the data to follow.</li> <li>One and only one &lt;reported/&gt; element, which can be understood as a "table header" describing the data to follow.</li>
<li>Zero or more &lt;item/&gt; elements, which can be understood as "table cells" containing data (if any) that matches the request.</li> <li>Zero or more &lt;item/&gt; elements, which can be understood as "table cells" containing data (if any) that matches the request.</li>
</ol> </ol>
<p>The &lt;reported/&gt; element MUST appear before any &lt;item/&gt; element inside the &lt;x/&gt; element.</p> <p>The &lt;reported/&gt; element MUST appear before any &lt;item/&gt; element inside the &lt;x/&gt; element.</p>