Skip to content

Commit 9d33dda

Browse files
Merge pull request #329 from develorem/rabbitmq-dotnet-client-328
Modified comments for usage of SetUri() #328
2 parents f881aeb + a7c543d commit 9d33dda

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
@@ -84,7 +84,7 @@ namespace RabbitMQ.Client
8484
/// </para>
8585
/// <example><code>
8686
/// ConnectionFactory factory = new ConnectionFactory();
87-
/// factory.Uri = "amqp://localhost";
87+
/// factory.SetUri("amqp://localhost");
8888
/// IConnection conn = factory.CreateConnection();
8989
/// ...
9090
/// </code></example>

0 commit comments

Comments
 (0)