Skip to content

Commit

Permalink
Merge pull request qt4cg#1551 from michaelhkay/Correct_return_type_of…
Browse files Browse the repository at this point in the history
…_fn_siblings

Correct return type for fn:siblings
  • Loading branch information
michaelhkay authored Nov 6, 2024
2 parents 214de75 + fdea7f1 commit 5f488b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/xpath-functions-40/src/function-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14007,7 +14007,7 @@ return empty($break)

<fos:function name="siblings" prefix="fn">
<fos:signatures>
<fos:proto name="siblings" return-type="xs:boolean">
<fos:proto name="siblings" return-type="node()*">
<fos:arg name="node" type="node()?" default="." usage="navigation"/>
</fos:proto>
</fos:signatures>
Expand Down

0 comments on commit 5f488b2

Please sign in to comment.