Skip to content

Commit

Permalink
More unsaved changes
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed Oct 25, 2022
1 parent 050e358 commit 855b485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenRpg.Core/Mapping/IMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace OpenRpg.Core.Mapping
{
public interface IMapper<in TIn, out TOut>
{
TOut Map(TIn persistedData);
TOut Map(TIn data);
}
}

0 comments on commit 855b485

Please sign in to comment.