Skip to content

Commit

Permalink
Merge pull request #120 from zylonity/main
Browse files Browse the repository at this point in the history
Fixed small typo in ProjectStatus
  • Loading branch information
Zechiax authored Apr 22, 2024
2 parents 92da875 + 63431b5 commit 60e9afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Modrinth.Net/Models/Enums/Project/ProjectStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public enum ProjectStatus
Unknown,

/// <summary>
/// Project is witheld
/// Project is withheld
/// </summary>
Witheld,
Withheld,

/// <summary>
/// Project is scheduled for release
Expand Down

0 comments on commit 60e9afe

Please sign in to comment.