Skip to content

Commit

Permalink
Update src/OrchardCore/OrchardCore.Abstractions/Extensions/Features/I…
Browse files Browse the repository at this point in the history
…TypeFeatureProvider.cs

Co-authored-by: Zoltán Lehóczky <zoltan.lehoczky@lombiq.com>
  • Loading branch information
sebastienros and Piedone authored May 23, 2024
1 parent e73cb94 commit a6bd9cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public interface ITypeFeatureProvider
/// </summary>
/// <remarks>
/// If a type has been registered for more than one feature,
/// <c>GetFeatureForDependency</c> returns the first feature that has
/// <see cref="GetFeatureForDependency"/> returns the first feature that has
/// the same ID as the parent extension.
/// Use this method when you only need one feature of a module, such
/// as when applying migrations for the entire module as opposed to
Expand Down

0 comments on commit a6bd9cd

Please sign in to comment.