Skip to content

Commit d82f272

Browse files
committedOct 11, 2017
updated comments with standard text
1 parent 1da6f19 commit d82f272

File tree

67 files changed

+301
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+301
-239
lines changed
 

‎Microsoft.Toolkit.Services/Core/DataProviderBase.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Microsoft.Toolkit.Services
2626
public abstract class DataProviderBase<TConfig>
2727
{
2828
/// <summary>
29-
/// Constructor
29+
/// Initializes a new instance of the <see cref="DataProviderBase{TConfig}"/> class.
3030
/// </summary>
3131
public DataProviderBase()
3232
{
@@ -71,7 +71,7 @@ public async Task<IEnumerable<TSchema>> LoadDataAsync<TSchema>(TConfig config, i
7171
private static HttpClient httpClient;
7272

7373
/// <summary>
74-
/// Static instance of HttpClient.
74+
/// Gets or sets static instance of HttpClient.
7575
/// </summary>
7676
public static HttpClient HttpClient
7777
{

‎Microsoft.Toolkit.Uwp.DeveloperTools/FocusTracker/FocusTracker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private static void OnIsActiveChanged(DependencyObject d, DependencyPropertyChan
6060
private TextBlock controlFirstParentWithName;
6161

6262
/// <summary>
63-
/// Gets or sets a boolean indicating whether the tracker is running or not.
63+
/// Gets or sets a value indicating whether the tracker is running or not.
6464
/// </summary>
6565
public bool IsActive
6666
{

0 commit comments

Comments
 (0)
Please sign in to comment.