Skip to content

Commit 74096cc

Browse files
authored
Merge pull request #20 from xledger/typo
Fix typo.
2 parents fde1173 + c49b9d5 commit 74096cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Xledger.Collections/ImmSet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static ImmSet<T> Build<T>(BuildSet<T> fill, int capacity = 0, bool trimEx
7979
[DebuggerDisplay("Count = {Count}")]
8080
[DebuggerTypeProxy(typeof(ImmSet<>.DebugView))]
8181
#if NET8_0_OR_GREATER
82-
[System.Runtime.CompilerServices.CollectionBuilder(typeof(ImmSet), nameof(ImmArray.Of))]
82+
[System.Runtime.CompilerServices.CollectionBuilder(typeof(ImmSet), nameof(ImmSet.Of))]
8383
#endif
8484
public sealed class ImmSet<T> : IReadOnlyCollection<T>, ISet<T>, IEquatable<ImmSet<T>>, ICollection
8585
#if NET6_0_OR_GREATER

0 commit comments

Comments
 (0)