Skip to content

Commit 8954793

Browse files
icnocopcommonsensesoftware
authored andcommitted
Update VersionedODataModelBuilder.cs
Fixed typos
1 parent beed143 commit 8954793

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Common.OData/AspNet.OData/Builder/VersionedODataModelBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ public partial class VersionedODataModelBuilder
4747
public Action<ODataModelBuilder, IEdmModel>? OnModelCreated { get; set; }
4848

4949
/// <summary>
50-
/// Builds and returns the sequence of EDM models based on the define model configurations.
50+
/// Builds and returns the sequence of EDM models based on the defined model configurations.
5151
/// </summary>
5252
/// <returns>A <see cref="IEnumerable{T}">sequence</see> of <see cref="IEdmModel">EDM models</see>.</returns>
5353
public IEnumerable<IEdmModel> GetEdmModels() => GetEdmModels( default );
5454

5555
/// <summary>
56-
/// Builds and returns the sequence of EDM models based on the define model configurations.
56+
/// Builds and returns the sequence of EDM models based on the defined model configurations.
5757
/// </summary>
5858
/// <param name="routePrefix">The route prefix associated with the configuration, if any.</param>
5959
/// <returns>A <see cref="IEnumerable{T}">sequence</see> of <see cref="IEdmModel">EDM models</see>.</returns>
@@ -118,4 +118,4 @@ void BuildModelPerApiVersion(
118118
}
119119
}
120120
}
121-
}
121+
}

0 commit comments

Comments
 (0)