ソースを参照

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>