Merge pull request #2571 from dampee/patch-2

Typo in the documentation summary
This commit is contained in:
Sebastiaan Janssen
2018-06-28 20:26:49 +02:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ using Umbraco.Core.Persistence.UnitOfWork;
namespace Umbraco.Core.Services
{
/// <summary>
/// Implements <see cref="IContentService"/>.
/// Implements <see cref="IConsentService"/>.
/// </summary>
internal class ConsentService : ScopeRepositoryService, IConsentService
{