diff --git a/docs/en/framework/architecture/modularity/extending/module-entity-extensions.md b/docs/en/framework/architecture/modularity/extending/module-entity-extensions.md index 83c3ea5956..ac041895d7 100644 --- a/docs/en/framework/architecture/modularity/extending/module-entity-extensions.md +++ b/docs/en/framework/architecture/modularity/extending/module-entity-extensions.md @@ -155,7 +155,7 @@ property => `DataTypeAttribute` is used to specify the type of the property. It is used to determine how to render the property on the user interface: -````csharp +```csharp property => { property.Attributes.Add(new DataTypeAttribute(DataType.Date));