File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Common.OData/AspNet.OData/Builder Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments