Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit accad26

Browse files
committed
Fix parameter name
1 parent c1464f7 commit accad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvvardDev.EZLayoutDisplay.Desktop/Service/Implementation/LayoutService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public async Task<ErgodoxLayout> GetErgodoxLayout(string layoutHashId)
5353
}
5454

5555
/// <inheritdoc />
56-
public EZLayout PrepareEZLayout(ErgodoxLayout ergodoxLayout, string layoutRevisionIds)
56+
public EZLayout PrepareEZLayout(ErgodoxLayout ergodoxLayout, string layoutRevisionId)
5757
{
5858
Logger.TraceMethod();
5959

0 commit comments

Comments
 (0)