We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003620f commit 37156e5Copy full SHA for 37156e5
projects/RabbitMQ.Client/client/api/ConnectionFactory.cs
@@ -51,7 +51,7 @@ namespace RabbitMQ.Client
51
/// <example><code>
52
/// ConnectionFactory factory = new ConnectionFactory();
53
/// //
54
- /// // The next six lines are optional:
+ /// // The next five lines are optional:
55
/// factory.UserName = ConnectionFactory.DefaultUser;
56
/// factory.Password = ConnectionFactory.DefaultPass;
57
/// factory.VirtualHost = ConnectionFactory.DefaultVHost;
0 commit comments