Explorar o código

Fixed reference in XML doc.

Gert Driesen %!s(int64=11) %!d(string=hai) anos
pai
achega
24fc04934f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>