Skip to content

Commit

Permalink
fix typo in LoggerFactoryExtensions (#69303)
Browse files Browse the repository at this point in the history
  • Loading branch information
havalli committed May 13, 2022
1 parent 9d06449 commit 2dc1889
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ public static ILogger<T> CreateLogger<T>(this ILoggerFactory factory)
/// </summary>
/// <param name="factory">The factory.</param>
/// <param name="type">The type.</param>
/// <return>The <see cref="ILogger"/> that was created.</return>
/// <returns>The <see cref="ILogger"/> that was created.</returns>
public static ILogger CreateLogger(this ILoggerFactory factory, Type type)
{
ThrowHelper.ThrowIfNull(factory);
Expand Down

0 comments on commit 2dc1889

Please sign in to comment.