Update IPluginServiceRegistrator.cs

This commit is contained in:
BaronGreenback 2020-10-12 07:51:09 +01:00 committed by GitHub
parent f7cc2f785c
commit 53bea919d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ namespace MediaBrowser.Common.Plugins
using Microsoft.Extensions.DependencyInjection;
/// <summary>
/// Defines the <see cref="IPluginRegistrar" />.
/// Defines the <see cref="IPluginServiceRegistrator" />.
/// </summary>
public interface IPluginServiceRegistrator
{