Преглед изворни кода

Fixed reference in XML doc.

Gert Driesen пре 11 година
родитељ
комит
24fc04934f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Renci.SshClient/Renci.SshNet/NoneAuthenticationMethod.cs

+ 1 - 1
Renci.SshClient/Renci.SshNet/NoneAuthenticationMethod.cs

@@ -24,7 +24,7 @@ namespace Renci.SshNet
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="KeyboardInteractiveConnectionInfo"/> class.
+        /// Initializes a new instance of the <see cref="NoneAuthenticationMethod"/> class.
         /// </summary>
         /// <param name="username">The username.</param>
         /// <exception cref="ArgumentException"><paramref name="username"/> is whitespace or null.</exception>