Skip to content

Commit ab2d7a2

Browse files
authored
Update module-entity-extensions.md
1 parent 7fd0ee8 commit ab2d7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/framework/architecture/modularity/extending/module-entity-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ property =>
155155

156156
`DataTypeAttribute` is used to specify the type of the property. It is used to determine how to render the property on the user interface:
157157

158-
````csharp
158+
```csharp
159159
property =>
160160
{
161161
property.Attributes.Add(new DataTypeAttribute(DataType.Date));

0 commit comments

Comments
 (0)