Skip to content

Commit cad806c

Browse files
committed
Fixed an issue with an XML comment
1 parent 12ae446 commit cad806c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Microsoft.Toolkit.HighPerformance/Helpers/Internals/RuntimeHelpers.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ namespace Microsoft.Toolkit.HighPerformance.Helpers.Internals
2424
internal static class RuntimeHelpers
2525
{
2626
/// <summary>
27-
/// Converts a length of items from one size to another. This method exposes the logic from
28-
/// <see cref="MemoryMarshal.Cast{TFrom,TTo}(Span{TFrom})"/>, just for the length conversion.
27+
/// Converts a length of items from one size to another (rounding towards zero).
2928
/// </summary>
3029
/// <typeparam name="TFrom">The source type of items.</typeparam>
3130
/// <typeparam name="TTo">The target type of items.</typeparam>

0 commit comments

Comments
 (0)