Skip to content

Commit 4cd798b

Browse files
develoremmichaelklishin
authored andcommitted
Modified comments for usage of SetUri() #328
1 parent 08cd816 commit 4cd798b

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)