Skip to content

Commit

Permalink
Quick Spelling Fix (#160)
Browse files Browse the repository at this point in the history
spelling fix
  • Loading branch information
raymer authored Sep 8, 2023
1 parent 9be1ab1 commit 36224b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnionGeneration/UnionDeclaration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ List<Property> Properties
)
{
// Extension methods cannot be generated for a union declared in a top level program (no namespace).
// 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.
public bool SupportsAsyncMatchExtensionMethods() => Namespace is not null && Variants.Count > 0;

public bool SupportsImplicitConversions()
Expand Down

0 comments on commit 36224b2

Please sign in to comment.