diff --git a/entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md b/entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md index 26bca67086..020b014a85 100644 --- a/entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md +++ b/entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md @@ -2588,7 +2588,7 @@ SQL Server automatic [optimistic concurrency](xref:core/saving/concurrency) is h ```csharp modelBuilder.Entity() .Property(e => e.RowVersion) - .HasConversion() + .HasConversion() .IsRowVersion(); ```