Skip to content

Commit

Permalink
Signatures fixed. qt4cg#1672
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGruen committed Jan 12, 2025
1 parent 528c1a0 commit bf05b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifications/xpath-functions-40/src/function-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23494,7 +23494,7 @@ return map:keys-where($birthdays, fn($name, $date) {

<fos:function name="items" prefix="map">
<fos:signatures>
<fos:proto name="values" return-type="item()*">
<fos:proto name="items" return-type="item()*">
<fos:arg name="map" type="map(*)" usage="inspection"/>
</fos:proto>
</fos:signatures>
Expand Down Expand Up @@ -29785,7 +29785,7 @@ declare function array:flatten(
</fos:function>
<fos:function name="items" prefix="array">
<fos:signatures>
<fos:proto name="values" return-type="item()*">
<fos:proto name="items" return-type="item()*">
<fos:arg name="array" type="array(*)"/>
</fos:proto>
</fos:signatures>
Expand Down

0 comments on commit bf05b1d

Please sign in to comment.