Skip to content

Commit 0058f76

Browse files
PTKuCopilot
andauthored
Update src/AXSharp.compiler/src/AXSharp.Cs.Compiler/Helpers/SemanticsHelpers.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d3bf2a8 commit 0058f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AXSharp.compiler/src/AXSharp.Cs.Compiler/Helpers/SemanticsHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static class SemanticsHelpers
2828
/// <param name="sourceBuilder">Source builder</param>
2929
/// <param name="coBuilder">Lateral builder signature</param>
3030
/// <returns>True when the member is eligible for generation.</returns>
31-
public static (bool isEligibe, ITypeDeclaration eligibleType) IsMemberEligibleForTranspile(this IFieldDeclaration field, ISourceBuilder sourceBuilder, string coBuilder = "")
31+
public static (bool isEligible, ITypeDeclaration eligibleType) IsMemberEligibleForTranspile(this IFieldDeclaration field, ISourceBuilder sourceBuilder, string coBuilder = "")
3232
{
3333
var eligibility = field.IsEligibleForTranspile(sourceBuilder);
3434
var isEligible = (field.AccessModifier == AccessModifier.Public

0 commit comments

Comments
 (0)