Skip to content

Commit 64f42e9

Browse files
authored
Fix return value doc for Math.Asinh/MathF.Asinh (dotnet#7207)
1 parent 9c99e7f commit 64f42e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System/Math.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@
837837
<Docs>
838838
<param name="d">A number representing a hyperbolic sine, where <paramref name="d" /> must be greater than or equal to <see cref="F:System.Double.NegativeInfinity" />, but less than or equal to <see cref="F:System.Double.PositiveInfinity" />.</param>
839839
<summary>Returns the angle whose hyperbolic sine is the specified number.</summary>
840-
<returns>An angle, θ, measured in radians, such that -∞ &lt; θ ≤ -1, or 1 ≤ θ &lt;.
840+
<returns>An angle, θ, measured in radians.
841841

842842
-or-
843843

xml/System/MathF.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The static fields and methods of the `MathF` class correspond to those of the <x
265265
<Docs>
266266
<param name="x">A number representing a hyperbolic sine, where <paramref name="x" /> must be greater than or equal to <see cref="F:System.Single.NegativeInfinity" />, but less than or equal to <see cref="F:System.Single.PositiveInfinity" />.</param>
267267
<summary>Returns the angle whose hyperbolic sine is the specified number.</summary>
268-
<returns>An angle, θ, measured in radians, such that -∞ &lt; θ ≤ -1, or 1 ≤ θ &lt;.
268+
<returns>An angle, θ, measured in radians.
269269

270270
-or-
271271

0 commit comments

Comments
 (0)