Skip to content

Commit

Permalink
Fix copy-paste comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
colinator27 committed Jan 2, 2025
1 parent 1d19948 commit 1102912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Underanalyzer/Decompiler/GameSpecific/IMacroType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public interface IMacroTypeConditional : IMacroType
public bool Required { get; }

/// <summary>
/// Resolves the macro type with the given AST array initialization, or <see langword="null"/> if there is no resolution.
/// Resolves the macro type with the given AST conditional value node, or <see langword="null"/> if there is no resolution.
/// </summary>
public IExpressionNode? Resolve(ASTCleaner cleaner, IConditionalValueNode node);
}

0 comments on commit 1102912

Please sign in to comment.