From 2752693510d78a1318c32ed7ce100af2ac28feea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Kr=C3=B6ner?= <36126706+Crown0815@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:31:22 +0100 Subject: [PATCH] Fix typo in README.md I could not find anything about a MaxLangeAttribute so I assume the MaxLengthAttribute was meant here. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 269a3a8..0d52a7d 100644 --- a/README.md +++ b/README.md @@ -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` - ...