Skip to content

Commit 228cba8

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/bc/bcmath/number/compare.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
<refsect1 role="returnvalues">
3838
&reftitle.returnvalues;
3939
<simpara>
40-
Returns <literal>0</literal> if the two numbers are equal, <literal>1</literal> if the
41-
this object is larger than the <parameter>num</parameter>, <literal>-1</literal> otherwise.
40+
Returns <literal>0</literal> if the two numbers are equal,
41+
<literal>1</literal> if <varname>$this</varname> is greater than <parameter>num</parameter>,
42+
<literal>-1</literal> otherwise.
4243
</simpara>
4344
</refsect1>
4445

0 commit comments

Comments
 (0)