Skip to content

Commit 8bd0226

Browse files
authoredMay 19, 2021
API sites: Support multiple return types in function parameters
Fixes jquery/api.jquery.com#1184 Closes gh-80
1 parent 4534d3e commit 8bd0226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tasks/jquery-xml/entries2html-base.xsl

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

796-
<!-- a return element -->
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-
<strong>ERROR: A single return element is expected</strong>
800+
<span> | </span>
801801
</xsl:if>
802802
<xsl:call-template name="render-types"/>
803803
</xsl:for-each>

0 commit comments

Comments
 (0)
Please sign in to comment.