Skip to content

Commit 6996127

Browse files
author
msftbot[bot]
authored
Fix typo in ConnectionInformation class. (#4170)
## PR Type What kind of change does this PR introduce? <!-- Please uncomment one or more options below that apply to this PR. --> - Documentation content changes
2 parents 18b86b7 + d463304 commit 6996127

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)