Skip to content

Commit

Permalink
Editorial rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Nov 12, 2024
1 parent e53e705 commit 095ae16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions specifications/xpath-functions-40/src/function-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -629,10 +629,11 @@ $node ! (
<p>Returns information about the type of a value, as a string.</p>
</fos:summary>
<fos:rules>
<p>If <code>$value</code> is the empty sequence, the function returns the string <code>"empty-sequence()"</code>.</p>
<p>Otherwise, the function returns a string, whose lexical form will always match
<p>The function returns a string, whose lexical form will always match
the grammar of <xnt spec="XP40" ref="SequenceType">SequenceType</xnt>, representing a sequence type that matches
<code>$value</code>. The returned string is the concatenation of:</p>
<code>$value</code>.</p>
<p>If <code>$value</code> is the empty sequence, the function returns the string <code>"empty-sequence()"</code>.</p>
<p>Otherwise, the returned string is the concatenation of:</p>
<olist>
<item><p>A string representing the distinct item types that are present in <code>$value</code>,
formed as follows:</p>
Expand Down

0 comments on commit 095ae16

Please sign in to comment.