Skip to content

Commit 3ffc207

Browse files
address a comment
Co-authored-by: Gina Peter Banyard <[email protected]>
1 parent 228cba8 commit 3ffc207

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

reference/bc/bcmath/number/construct.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323
<term><parameter>num</parameter></term>
2424
<listitem>
2525
<simpara>
26-
An <type>int</type> or <type>string</type> value. If <parameter>num</parameter> is a
27-
<type>int</type>, The <property>BcMath\Number::scale</property> is always set to <literal>0</literal>.
28-
If <parameter>num</parameter> is a <type>string</type>, it must be a valid number.
29-
The <property>BcMath\Number::scale</property> is automatically set by parsing the string.
26+
An <type>int</type> or <type>string</type> value.
27+
If <parameter>num</parameter> is a <type>int</type>,
28+
the <property>BcMath\Number::scale</property> is always set to <literal>0</literal>.
29+
If <parameter>num</parameter> is a <type>string</type>, it must be a valid number,
30+
and the <property>BcMath\Number::scale</property> is automatically set by parsing the string.
3031
</simpara>
3132
</listitem>
3233
</varlistentry>

0 commit comments

Comments
 (0)