Skip to content

Commit d463304

Browse files
authored
Update Microsoft.Toolkit.Uwp.Connectivity/Network/ConnectionInformation.cs
1 parent 0f31ac9 commit d463304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.Connectivity/Network/ConnectionInformation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public bool IsInternetOnMeteredConnection
137137
/// <summary>
138138
/// Gets the network names associated with the current Internet Connection Profile.
139139
/// </summary>
140-
/// <returns>value of <see cref="IReadOnlyList{string}"/></returns>
140+
/// <returns>value of <see cref="IReadOnlyList{String}"/></returns>
141141
public IReadOnlyList<string> NetworkNames
142142
{
143143
get

0 commit comments

Comments
 (0)