Skip to content

Commit

Permalink
Update bcdivmod.xml Amend the return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored Jan 16, 2025
1 parent 1b25bf2 commit ca39ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/bc/functions/bcdivmod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>bcdivmod</methodname>
<type>array</type><methodname>bcdivmod</methodname>
<methodparam><type>string</type><parameter>num1</parameter></methodparam>
<methodparam><type>string</type><parameter>num2</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>scale</parameter><initializer>&null;</initializer></methodparam>
Expand Down

0 comments on commit ca39ba4

Please sign in to comment.