Skip to content

Commit 09b923d

Browse files
committed
xml comment
1 parent 3fdbb9a commit 09b923d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitReleaseManager.Core/ReleaseNotes/ReleaseNotesBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private Dictionary<string, List<Issue>> GetIssuesDict(List<Issue> issues)
167167
.OrderBy(o => o.Key) // Sort the labels alphabetically
168168
.ToDictionary(o => GetValidLabel(o.Key, o.Count()), o =>
169169
{
170-
// Sort the issues within each label group based on configuration
170+
// Sort the issues within each group based on configuration
171171
return _configuration.Create.SortIssuesDirection switch
172172
{
173173
SortDirection.Ascending => o.OrderBy(i => keySelector(i)).ToList(),

0 commit comments

Comments
 (0)