Skip to content

Commit ceab550

Browse files
committed
Fix comment for Intellisense
***NO_CI***
1 parent ceacd49 commit ceab550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFramework.System.Net/NetworkHelper/NetworkHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static class NetworkHelper
3636
/// Event signaling that networking it's ready.
3737
/// </summary>
3838
/// <remarks>
39-
/// The conditions for this are setup in the call to <see cref="SetupNetworkHelper"/>.
39+
/// The conditions for this are setup in the call to <see cref="SetupNetworkHelper(bool)"/>.
4040
/// It will be a composition of network connected, IpAddress available and valid system <see cref="DateTime"/>.</remarks>
4141
public static ManualResetEvent NetworkReady => _networkReady;
4242

0 commit comments

Comments
 (0)