Skip to content

Commit

Permalink
Update src/Qowaiv.Validation.DataAnnotations/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Kramer <[email protected]>
  • Loading branch information
Corniel and LauraXiulan authored Nov 18, 2024
1 parent b086ba7 commit 99db454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qowaiv.Validation.DataAnnotations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ when dealing with flags, but that can be restricted by setting
``` C#
public class Model
{
[DefinedOnly&lt;SomeEnum&gt;(OnlyAllowDefinedFlagsCombinations = false)]
[DefinedOnly<SomeEnum>(OnlyAllowDefinedFlagsCombinations = false)]
public SomeEnum CountryOfBirth { get; set; }
}
```
Expand Down

0 comments on commit 99db454

Please sign in to comment.