Skip to content

Commit

Permalink
Correction to example variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Dec 23, 2024
1 parent ce88b06 commit 20cac13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/xpath-functions-40/src/xpath-functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9461,7 +9461,7 @@ return <table>
(see <xspecref spec="XQ40" ref="id-xquery-for-clause"/> and
<xspecref spec="XP40" ref="id-for-expressions"/>).</p></item>

<item><p>Arrays can be filtered using the construct <code>$map?[<var>predicate</var>]</code>
<item><p>Arrays can be filtered using the construct <code>$array?[<var>predicate</var>]</code>
(see <xspecref spec="XP40" ref="id-filter-maps-and-arrays"/>).</p></item>
</ulist>

Expand Down

0 comments on commit 20cac13

Please sign in to comment.