Skip to content

Commit fb1cd5b

Browse files
Merge pull request #333 from adamralph/patch-2
add missing line break
2 parents 5b813da + 385614f commit fb1cd5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ public interface IConnectionFactory
106106
/// <summary>
107107
/// Create a connection to the specified endpoint.
108108
/// </summary>
109-
/// <param name="clientProvidedName"> /// Application-specific connection name, will be displayed in the management UI
109+
/// <param name="clientProvidedName">
110+
/// Application-specific connection name, will be displayed in the management UI
110111
/// if RabbitMQ server supports it. This value doesn't have to be unique and cannot
111112
/// be used as a connection identifier, e.g. in HTTP API requests.
112113
/// This value is supposed to be human-readable.

0 commit comments

Comments
 (0)