File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public static EquatableArray<T> AsEquatableArray<T>(this ImmutableArray<T> array
31
31
}
32
32
33
33
/// <summary>
34
- /// An imutable , equatable array. This is equivalent to <see cref="ImmutableArray{T}"/> but with value equality support.
34
+ /// An immutable , equatable array. This is equivalent to <see cref="ImmutableArray{T}"/> but with value equality support.
35
35
/// </summary>
36
36
/// <typeparam name="T">The type of values in the array.</typeparam>
37
37
internal readonly struct EquatableArray < T > : IEquatable < EquatableArray < T > > , IEnumerable < T >
@@ -131,7 +131,7 @@ public ReadOnlySpan<T> AsSpan()
131
131
}
132
132
133
133
/// <summary>
134
- /// Copies the contents of this <see cref="EquatableArray{T}"/> instance. to a mutable array.
134
+ /// Copies the contents of this <see cref="EquatableArray{T}"/> instance to a mutable array.
135
135
/// </summary>
136
136
/// <returns>The newly instantiated array.</returns>
137
137
public T [ ] ToArray ( )
You can’t perform that action at this time.
0 commit comments