Skip to content

Commit 5783476

Browse files
authored
Update bcdivmod.xml Specify the correct return type (#4401)
1 parent cc5b61f commit 5783476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/bc/functions/bcdivmod.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<refsect1 role="description">
1010
&reftitle.description;
1111
<methodsynopsis>
12-
<type>string</type><methodname>bcdivmod</methodname>
12+
<type>array</type><methodname>bcdivmod</methodname>
1313
<methodparam><type>string</type><parameter>num1</parameter></methodparam>
1414
<methodparam><type>string</type><parameter>num2</parameter></methodparam>
1515
<methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>scale</parameter><initializer>&null;</initializer></methodparam>

0 commit comments

Comments
 (0)