diff --git a/docs/en/Community-Articles/2024-11-04-EF Core 9 Read-only-Primitive-Collections/POST.md b/docs/en/Community-Articles/2024-11-04-EF Core 9 Read-only-Primitive-Collections/POST.md index f82e0be085..94d2e7fa4a 100644 --- a/docs/en/Community-Articles/2024-11-04-EF Core 9 Read-only-Primitive-Collections/POST.md +++ b/docs/en/Community-Articles/2024-11-04-EF Core 9 Read-only-Primitive-Collections/POST.md @@ -34,7 +34,7 @@ public class Car protected Car() { - /* This constructor is for deserialization / ORM purpose */ + /* This constructor is for deserialization / ORM purpose */ } public Car(string brand, string model, IEnumerable colors)