Skip to content

Commit 0ae6438

Browse files
authored
Fix typo in ConnectionInformation class.
1 parent ee93385 commit 0ae6438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ public bool IsInternetOnMeteredConnection
135135
public byte? SignalStrength { get; private set; }
136136

137137
/// <summary>
138-
/// Gets signal strength for the current Internet Connection Profile.
138+
/// Gets the network names associated with the current Internet Connection Profile.
139139
/// </summary>
140-
/// <returns>value of <see cref="NetworkConnectivityLevel"/></returns>
140+
/// <returns>value of <see cref="IReadOnlyList<string>"/></returns>
141141
public IReadOnlyList<string> NetworkNames
142142
{
143143
get
@@ -146,4 +146,4 @@ public IReadOnlyList<string> NetworkNames
146146
}
147147
}
148148
}
149-
}
149+
}

0 commit comments

Comments
 (0)