Skip to content

Commit

Permalink
(Example) Change definition for varargs
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Mar 7, 2020
1 parent 92e520a commit 4d96cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/strings/functions/sprintf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<methodsynopsis>
<type>string</type><methodname>sprintf</methodname>
<methodparam><type>string</type><parameter>format</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter role="vararglist">args</parameter></methodparam>
</methodsynopsis>
<para>
Returns a string produced according to the formatting string
Expand All @@ -25,7 +25,7 @@
<variablelist>
&strings.parameter.format;
<varlistentry>
<term><parameter>...</parameter></term>
<term><parameter>...args</parameter></term>
<listitem>
<para>
</para>
Expand Down

0 comments on commit 4d96cf2

Please sign in to comment.