Skip to content

Commit 60e9afe

Browse files
authored
Merge pull request #120 from zylonity/main
Fixed small typo in ProjectStatus
2 parents 92da875 + 63431b5 commit 60e9afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Modrinth.Net/Models/Enums/Project/ProjectStatus.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public enum ProjectStatus
4141
Unknown,
4242

4343
/// <summary>
44-
/// Project is witheld
44+
/// Project is withheld
4545
/// </summary>
46-
Witheld,
46+
Withheld,
4747

4848
/// <summary>
4949
/// Project is scheduled for release

0 commit comments

Comments
 (0)