Skip to content

Commit 46fe18f

Browse files
authored
Update src/Renci.SshNet/ConnectionInfo.cs
1 parent 4963ba9 commit 46fe18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/ConnectionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ IList<IAuthenticationMethod> IConnectionInfoInternal.AuthenticationMethods
502502
/// Gets or sets logger factory for this connection.
503503
/// </summary>
504504
/// <value>
505-
/// The logger factory for this connection. If <see langword="null"/> then <see cref="SshNetLoggingConfiguration.LoggerFactory"/> should be used.
505+
/// The logger factory for this connection. If <see langword="null"/> then <see cref="SshNetLoggingConfiguration.LoggerFactory"/> is used.
506506
/// </value>
507507
public ILoggerFactory LoggerFactory { get; set; }
508508
}

0 commit comments

Comments
 (0)