PR feedback

This commit is contained in:
Ryan Brandenburg 2019-07-02 16:39:42 -07:00
parent 0ef640d043
commit 6ef6930b1b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ using Microsoft.Extensions.Options;
namespace Microsoft.Extensions.Logging.AzureAppServices
{
/// <summary>
/// A provider of <see cref="BatchingLogger"/>'s.
/// A provider of <see cref="BatchingLogger"/> instances.
/// </summary>
public abstract class BatchingLoggerProvider : ILoggerProvider, ISupportExternalScope
{