Skip to content

Commit 23cee4f

Browse files
author
Marek Majkowski
committed
cosmetic
1 parent 8568533 commit 23cee4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/wcf/RabbitMQ.ServiceModel/src/serviceModel/RabbitMQBinding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public RabbitMQBinding()
8080
/// Protocols.DefaultProtocol.
8181
/// </summary>
8282
/// <param name="hostname">The hostname of the broker to connect to</param>
83-
/// <param name="port">The port of the broker to connect to</param>
83+
/// <param name="port">The port of the broker to connect to</param>
8484
public RabbitMQBinding(String hostname, int port)
8585
: this(hostname, port, Protocols.DefaultProtocol)
8686
{ }

0 commit comments

Comments
 (0)