Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KsiProgramming committed May 20, 2024
1 parent 311ccf8 commit 5aa2211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/ProposedCode/MaturingItemManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Item Mature(Item item)
};
}

// Handle case where item type doesn't have a strategy
// Case where item type doesn't have a strategy
return item;
}
}
Expand Down

0 comments on commit 5aa2211

Please sign in to comment.