Skip to content

Commit e07db1b

Browse files
committed
Fix xref and clarify edge case in Complex
1 parent 02640d9 commit e07db1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Numerics/Complex.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2292,7 +2292,7 @@ A return value of `false` does not imply that <xref:System.Numerics.INumberBase%
22922292
22932293
This function returns `true` for a complex number `a + bi` where `b` is zero.
22942294
2295-
This function also returns `true` for <xref:System.Numerics.Infinity> and a complex number `a + bi` where `a` is infinity, but not `b`.
2295+
This function also returns `true` for a complex number `a + bi` where `a` is infinity, but not `b`, and does not return true for <xref:System.Numerics.Complex.Infinity>.
22962296
22972297
]]></format>
22982298
</remarks>

0 commit comments

Comments
 (0)