Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma authored Oct 12, 2021
1 parent c926f99 commit 8dbc6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@ In EF Core 6.0, we have relaxed the parameter requirements for <xref:Microsoft.E
{
public int Id { get; set; }
public Name Name{ get; set; }
public Name Name { get; set; }
}
public class Name
Expand Down

0 comments on commit 8dbc6b5

Please sign in to comment.