We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be1ab1 commit 36224b2Copy full SHA for 36224b2
src/UnionGeneration/UnionDeclaration.cs
@@ -15,7 +15,7 @@ List<Property> Properties
15
)
16
{
17
// Extension methods cannot be generated for a union declared in a top level program (no namespace).
18
- // It also doesn't make sense to generate Match extensions if there are no variants to match aginst.
+ // It also doesn't make sense to generate Match extensions if there are no variants to match against.
19
public bool SupportsAsyncMatchExtensionMethods() => Namespace is not null && Variants.Count > 0;
20
21
public bool SupportsImplicitConversions()
0 commit comments