Skip to content

Commit 97e553f

Browse files
authored
Fix doc comment (#37061)
Looks like a copy/paste error.
1 parent e3f0247 commit 97e553f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static IConfigurationBuilder SetFileProvider(this IConfigurationBuilder b
3636
/// Gets the default <see cref="IFileProvider"/> to be used for file-based providers.
3737
/// </summary>
3838
/// <param name="builder">The <see cref="IConfigurationBuilder"/>.</param>
39-
/// <returns>The <see cref="IConfigurationBuilder"/>.</returns>
39+
/// <returns>The default <see cref="IFileProvider"/>.</returns>
4040
public static IFileProvider GetFileProvider(this IConfigurationBuilder builder)
4141
{
4242
if (builder == null)

0 commit comments

Comments
 (0)