Przeglądaj źródła

Fixed another reference in XML doc.

Gert Driesen 11 lat temu
rodzic
commit
d68fde30fe

+ 1 - 1
Renci.SshClient/Renci.SshNet/Common/ChannelOpenFailedEventArgs.cs

@@ -1,7 +1,7 @@
 namespace Renci.SshNet.Common
 {
     /// <summary>
-    /// Provides data for <see cref="Renci.SshNet.Channels.Channel.OpenFailed"/> event.
+    /// Provides data for <see cref="Renci.SshNet.Channels.ClientChannel.OpenFailed"/> event.
     /// </summary>
     internal class ChannelOpenFailedEventArgs : ChannelEventArgs
     {