Skip to content

Commit

Permalink
Fix Typo (#30480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchiman authored Mar 14, 2023
1 parent e5b8fb4 commit 6aadd9a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6aadd9a

Please sign in to comment.