Skip to content

Commit c62cdca

Browse files
author
Kapil Borle
committed
Change SuggestedCorrections type to IEnumerable
1 parent 40d0708 commit c62cdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/Generic/DiagnosticRecord.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public string RuleSuppressionID
9797
/// Returns suggested correction
9898
/// return value can be null
9999
/// </summary>
100-
public List<CorrectionExtent> SuggestedCorrections
100+
public IEnumerable<CorrectionExtent> SuggestedCorrections
101101
{
102102
get { return suggestedCorrections; }
103103
}

0 commit comments

Comments
 (0)