Browse Source

Fixed reference in XML doc.

Gert Driesen 11 years ago
parent
commit
24fc04934f
1 changed files with 1 additions and 1 deletions
  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>