diff --git a/X10D/src/Collections/ListExtensions.cs b/X10D/src/Collections/ListExtensions.cs index 6e18207..69292b4 100644 --- a/X10D/src/Collections/ListExtensions.cs +++ b/X10D/src/Collections/ListExtensions.cs @@ -330,7 +330,7 @@ public static class ListExtensions /// /// is . /// - /// is less than zero or greater than . + /// is less than zero or greater than . /// public static IReadOnlyList Slice(this IReadOnlyList source, int start) { @@ -359,7 +359,7 @@ public static class ListExtensions /// is . /// /// or + is less than zero or greater than - /// . + /// . /// public static IReadOnlyList Slice(this IReadOnlyList source, int start, int length) {