Skip to content

Commit a73e203

Browse files
committed
fix tag
1 parent 2d32668 commit a73e203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Numerics.Tensors/Tensor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5214,7 +5214,7 @@
52145214
This method effectively computes <c><typeparamref name="T" />.CosPi(<paramref name="x" />[i])</c>.
52155215
</para>
52165216
<para>
5217-
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)"> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
5217+
The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians.
52185218
</para>
52195219
<para>
52205220
This method might call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different operating systems or architectures.

0 commit comments

Comments
 (0)