Skip to content

Commit 377fa6c

Browse files
authored
Updated XML documentation for IConfigurationProvider.GetReloadToken. (#92720)
1 parent bc5f53c commit 377fa6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ public interface IConfigurationProvider
2727
void Set(string key, string? value);
2828

2929
/// <summary>
30-
/// Returns a change token if this provider supports change tracking, null otherwise.
30+
/// Attempts to get an <see cref="IChangeToken"/> for change tracking.
3131
/// </summary>
32-
/// <returns>The change token.</returns>
32+
/// <returns>An <see cref="IChangeToken"/> token if this provider supports change tracking, <see langword="null"/> otherwise.</returns>
3333
IChangeToken GetReloadToken();
3434

3535
/// <summary>

0 commit comments

Comments
 (0)