Skip to content

Commit

Permalink
Correct spelling of dayTimeDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Nov 5, 2024
1 parent 3f81ead commit d1c414f
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 @@ -10907,7 +10907,7 @@ return ($value - unix-dateTime()) div seconds(0.001)</eg>
</fos:function>
<fos:function name="civil-timezone" prefix="fn">
<fos:signatures>
<fos:proto name="civil-timezone" return-type="xs:dayTimeduration">
<fos:proto name="civil-timezone" return-type="xs:dayTimeDuration">
<fos:arg name="dateTime" type="xs:dateTime"/>
<fos:arg name="place" type="xs:string" default="()"/>
</fos:proto>
Expand Down Expand Up @@ -10979,7 +10979,7 @@ represented by the <code>$dateTime</code> argument took place or will take place
</fos:example>
</fos:examples>
<fos:changes>
<fos:change issue="1539" PR="1545" date="2024-11-02"><p>New in 4.0</p></fos:change>
<fos:change issue="1539" PR="1545" date="2024-11-05"><p>New in 4.0</p></fos:change>
</fos:changes>
</fos:function>
<fos:function name="subtract-dateTimes" prefix="op">
Expand Down

0 comments on commit d1c414f

Please sign in to comment.