diff --git a/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Hypot.cs b/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Hypot.cs index eec32376087d0d..ac5c854d81803c 100644 --- a/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Hypot.cs +++ b/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Hypot.cs @@ -18,7 +18,7 @@ public static partial class TensorPrimitives /// and reference overlapping memory locations and do not begin at the same location. /// /// - /// This method effectively computes [i] = T.Hypot([i], [i]). + /// This method effectively computes [i] = T.Hypot([i], [i]). /// /// public static void Hypot(ReadOnlySpan x, ReadOnlySpan y, Span destination)