Skip to content

Commit 37156e5

Browse files
committed
Correct a comment for ConnectionFactory
1 parent 003620f commit 37156e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/client/api/ConnectionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace RabbitMQ.Client
5151
/// <example><code>
5252
/// ConnectionFactory factory = new ConnectionFactory();
5353
/// //
54-
/// // The next six lines are optional:
54+
/// // The next five lines are optional:
5555
/// factory.UserName = ConnectionFactory.DefaultUser;
5656
/// factory.Password = ConnectionFactory.DefaultPass;
5757
/// factory.VirtualHost = ConnectionFactory.DefaultVHost;

0 commit comments

Comments
 (0)