Skip to content

Commit 36224b2

Browse files
authored
Quick Spelling Fix (#160)
spelling fix
1 parent 9be1ab1 commit 36224b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnionGeneration/UnionDeclaration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ List<Property> Properties
1515
)
1616
{
1717
// 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.
18+
// It also doesn't make sense to generate Match extensions if there are no variants to match against.
1919
public bool SupportsAsyncMatchExtensionMethods() => Namespace is not null && Variants.Count > 0;
2020

2121
public bool SupportsImplicitConversions()

0 commit comments

Comments
 (0)