Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
I could not find anything about a MaxLangeAttribute so I assume the MaxLengthAttribute was meant here.
  • Loading branch information
Crown0815 authored Jan 3, 2024
1 parent a6c52f6 commit 2752693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ Cocona can use attributes to validate options and arguments. It is similar to AS
.NET BCL (`System.ComponentModel.DataAnnotations`) has some pre-defined attributes:

- `RangeAttribute`
- `MaxLangeAttribute`
- `MaxLengthAttribute`
- `MinLengthAttribute`
- ...

Expand Down

0 comments on commit 2752693

Please sign in to comment.