Skip to content

Commit 17d33f6

Browse files
committed
Fixes
1 parent 31ed0be commit 17d33f6

File tree

1 file changed

+2
-2
lines changed
  • projects/client/RabbitMQ.Client/src/client/api

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
namespace RabbitMQ.Client
4444
{
4545
/// <summary>
46-
/// Convenience class providing compile-time names for standard exchange types.
46+
/// Convenience class providing compile-time names for standard headers.
4747
/// </summary>
4848
/// <remarks>
4949
/// Use the static members of this class as headers for the
50-
/// arguments for Queue, Exchange and Consumer declaration.
50+
/// arguments for Queue and Exchange declaration or Consumer creation.
5151
/// The broker may be extended with additional
5252
/// headers that do not appear in this class.
5353
/// </remarks>

0 commit comments

Comments
 (0)