Fix typo in XML doc
This commit is contained in:
parent
3b4d8e2e3d
commit
2bacb6003f
|
|
@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationParts
|
||||||
public interface IApplicationFeatureProvider<TFeature> : IApplicationFeatureProvider
|
public interface IApplicationFeatureProvider<TFeature> : IApplicationFeatureProvider
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Updates the <paramref name="feature"/> intance.
|
/// Updates the <paramref name="feature"/> instance.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="parts">The list of <see cref="ApplicationPart"/>s of the
|
/// <param name="parts">The list of <see cref="ApplicationPart"/>s of the
|
||||||
/// application.
|
/// application.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue