Skip to content

Commit

Permalink
Fix doc comment (#37061)
Browse files Browse the repository at this point in the history
Looks like a copy/paste error.
  • Loading branch information
bfriesen authored Jun 1, 2020
1 parent e3f0247 commit 97e553f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static IConfigurationBuilder SetFileProvider(this IConfigurationBuilder b
/// Gets the default <see cref="IFileProvider"/> to be used for file-based providers.
/// </summary>
/// <param name="builder">The <see cref="IConfigurationBuilder"/>.</param>
/// <returns>The <see cref="IConfigurationBuilder"/>.</returns>
/// <returns>The default <see cref="IFileProvider"/>.</returns>
public static IFileProvider GetFileProvider(this IConfigurationBuilder builder)
{
if (builder == null)
Expand Down

0 comments on commit 97e553f

Please sign in to comment.