Skip to content

Commit

Permalink
Fix typo in ef what's new doc (#4679)
Browse files Browse the repository at this point in the history
  • Loading branch information
mungojam authored Mar 12, 2024
1 parent 49e0461 commit 36b4441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/what-is-new/ef-core-9.0/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ FROM [Stores] AS [s]
WHERE [s].[Region] = N'Germany'
```

Multiple updates to both complex type properties and simple properties can be combined in a single call to `ExecuteUdate`. For example:
Multiple updates to both complex type properties and simple properties can be combined in a single call to `ExecuteUpdate`. For example:

<!--
#region UpdateMultipleComplexType
Expand Down

0 comments on commit 36b4441

Please sign in to comment.