Skip to content

Commit

Permalink
Actually fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese3660 committed Jan 3, 2024
1 parent 1cda868 commit 1a3a5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PatchManager.Science/Selectables/RegionsSelectable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ public void SetDeleted()
private JArray _regionsArray;

/// <summary>
/// Create a new discoverables selectable from a JObject
/// Create a new regions selectable from a JObject
/// </summary>
/// <param name="discoverablesObject">Discoverable </param>
/// <param name="regionsObject">Region</param>
public RegionsSelectable(JObject regionsObject)
{
RegionsObject = regionsObject;
Expand Down

0 comments on commit 1a3a5c8

Please sign in to comment.