Skip to content

Commit c1451ef

Browse files
author
Matthew Sackman
committed
Six is spelt differently to three
1 parent 7da5b0f commit c1451ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ namespace RabbitMQ.Client
7474
///<example><code>
7575
/// ConnectionFactory factory = new ConnectionFactory();
7676
/// //
77-
/// // The next three lines are optional:
77+
/// // The next six lines are optional:
7878
/// factory.UserName = ConnectionFactory.DefaultUser;
7979
/// factory.Password = ConnectionFactory.DefaultPass;
8080
/// factory.VirtualHost = ConnectionFactory.DefaultVHost;

0 commit comments

Comments
 (0)