Skip to content

Commit 2c7633e

Browse files
author
Andrew
committed
update comments
1 parent 591a8d6 commit 2c7633e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/jquery-xml/entries2html-base.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,11 +793,11 @@
793793
</xsl:call-template>
794794
</xsl:if>
795795

796-
<!-- support multiple return types -->
796+
<!-- return one or more elements -->
797797
<xsl:if test="return">
798798
<xsl:for-each select="return">
799799
<xsl:if test="position() &gt; 1">
800-
<span> | </span>
800+
<span> |</span>
801801
</xsl:if>
802802
<xsl:call-template name="render-types"/>
803803
</xsl:for-each>

0 commit comments

Comments
 (0)