Skip to content

Fix Typo #30480

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
1 commit merged into from
Mar 14, 2023
Merged

Fix Typo #30480

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/EFCore/Metadata/RuntimeEntityType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ private IEnumerable<RuntimeForeignKey> GetDeclaredReferencingForeignKeys()
/// <summary>
/// Adds a new navigation property to this entity type.
/// </summary>
/// <param name="name">The name of the skip navigation property to add.</param>
/// <param name="name">The name of the navigation property to add.</param>
/// <param name="foreignKey">The foreign key that defines the relationship this navigation property will navigate.</param>
/// <param name="onDependent">
/// A value indicating whether the navigation property is defined on the dependent side of the underlying foreign key.
Expand Down