Skip to content

Commit 302235c

Browse files
Merge pull request #286 from rabbitmq/rabbitmq-dotnet-client-285
Correct example code in ConnectionFactory
2 parents 9926724 + d8b9de3 commit 302235c

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
@@ -61,7 +61,7 @@ namespace RabbitMQ.Client
6161
/// A simple example of connecting to a broker:
6262
/// </para>
6363
/// <example><code>
64-
/// IConnectionFactory factory = new ConnectionFactory();
64+
/// ConnectionFactory factory = new ConnectionFactory();
6565
/// //
6666
/// // The next six lines are optional:
6767
/// factory.UserName = ConnectionFactory.DefaultUser;

0 commit comments

Comments
 (0)