Skip to content

Commit

Permalink
Merge pull request #5 from empower-wouterb/master
Browse files Browse the repository at this point in the history
fix room
  • Loading branch information
SimonV-Skyline authored Mar 28, 2023
2 parents dbc6000 + f804b5c commit fa248ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Empower.Library.Room3/Order.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Order(string orderValue)
}

name = orderValue;
suffix = " from room 'ABugFromRoom3'";
suffix = " from room 'Room3'";
}

/// <summary>
Expand Down

0 comments on commit fa248ee

Please sign in to comment.