Skip to content

Commit

Permalink
Rename MatureItem to Mature in MaturingItemManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
KsiProgramming committed May 20, 2024
1 parent 4b23c30 commit 311ccf8
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 @@ -17,7 +17,7 @@ public MaturingItemManager(IDictionary<string, IItemMaturingStrategy> strategies
this.strategies = strategies;
}

public Item MatureItem(Item item)
public Item Mature(Item item)
{
if (this.strategies.TryGetValue(item.Name, out var strategy))
{
Expand Down

0 comments on commit 311ccf8

Please sign in to comment.