Skip to content

Commit

Permalink
Trivial typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Jan 3, 2025
1 parent 2c3fe51 commit 4288c98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specifications/xpath-functions-40/src/function-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24853,7 +24853,8 @@ return map:build($titles/title, fn($title) { $title/ix })
<function>fn:index-of</function>, <function>fn:deep-equal</function>,
<function>fn:compare</function>, and <function>fn:sort</function>.</p></item>
<item><p><code>key</code> indicates that the intended purpose of the collation
URI is to obtain collation keys for strings using the <function>fn:collation-key</function>.</p></item>
URI is to obtain collation keys for strings using the <function>fn:collation-key</function>
function.</p></item>
<item><p><code>substring</code> indicates that the intended purpose of the collation
URI is to establish whether one string is a substring of another, for example
in functions such as <function>fn:contains</function> or <function>fn:starts-with</function>.</p></item>
Expand Down

0 comments on commit 4288c98

Please sign in to comment.