Skip to content

Commit

Permalink
typos: dependant and repeated word. Closes qt4cg#1594
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGruen committed Nov 22, 2024
1 parent 7604122 commit 20ed5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifications/xslt-40/src/xslt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,7 @@
<p>Some declarations of particular relevance to packages include:</p>
<olist>
<item><p>The <elcode>xsl:use-package</elcode> declaration, which declares the names and
versions of the packages on which this package is dependant.</p></item>
versions of the packages on which this package is dependent.</p></item>
<item>
<p>The optional <elcode>xsl:global-context-item</elcode> element; if present this
element defines constraints on the existence and type of the <termref def="dt-global-context-item"/>.</p>
Expand Down Expand Up @@ -10038,7 +10038,7 @@ and <code>version="1.0"</code> otherwise.</p>

<note diff="add" at="2023-05-19"><p>The default collation is usually known
statically. One notable exception is when the function call <code>default-collation()</code>
appears in the the initializing expression of an optional <elcode>xsl:function</elcode> parameter,
appears in the initializing expression of an optional <elcode>xsl:function</elcode> parameter,
for example:</p>
<eg><![CDATA[<xsl:function name="f:myfunc">
<xsl:param name="collation" required="no" select="default-collation()"/>
Expand Down

0 comments on commit 20ed5c5

Please sign in to comment.