Skip to content

Commit f222889

Browse files
authored
Typo in ef-core-8.0 whats new (#5095)
1 parent 8978e59 commit f222889

File tree

1 file changed

+1
-1
lines changed
  • entity-framework/core/what-is-new/ef-core-8.0

1 file changed

+1
-1
lines changed

entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2357,7 +2357,7 @@ modelBuilder.Entity<Course>()
23572357
23582358
With this configuration, EF will exclude sending the value to the database when it is set to `Level.Beginner`, and instead `Level.Intermediate` is assigned by the database. This isn't what was intended!
23592359
2360-
The problem would not have occurred if the the enum been defined with the "unknown" or "unspecified" value being the database default:
2360+
The problem would not have occurred if the enum been defined with the "unknown" or "unspecified" value being the database default:
23612361
23622362
```csharp
23632363
public enum Level

0 commit comments

Comments
 (0)