Skip to content

Commit 94100a3

Browse files
committed
Fixing comments
1 parent 5f97d17 commit 94100a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/eventhub/Azure.Messaging.EventHubs/src/EventHubProperties.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class EventHubProperties
3232
public string[] PartitionIds { get; }
3333

3434
/// <summary>
35-
/// A flag indicating whether or not the Event Hub has geo-replication enabled.
35+
/// A flag indicating whether or not the Event Hubs namespace has geo-replication enabled.
3636
/// </summary>
3737
///
3838
public bool IsGeoReplicationEnabled { get; }
@@ -44,7 +44,7 @@ public class EventHubProperties
4444
/// <param name="name">The name of the Event Hub.</param>
4545
/// <param name="createdOn">The date and time at which the Event Hub was created.</param>
4646
/// <param name="partitionIds">The set of unique identifiers for each partition.</param>
47-
/// <param name="isGeoReplicationEnabled">A flag indicating whether or not the Event Hub has geo-replication enabled.</param>
47+
/// <param name="isGeoReplicationEnabled">A flag indicating whether or not the Event Hubs namespace has geo-replication enabled.</param>
4848
///
4949
protected internal EventHubProperties(string name,
5050
DateTimeOffset createdOn,

sdk/eventhub/Azure.Messaging.EventHubs/src/EventHubsModelFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static EventHubProperties EventHubProperties(string name,
4242
/// <param name="name">The name of the Event Hub.</param>
4343
/// <param name="createdOn">The date and time at which the Event Hub was created.</param>
4444
/// <param name="partitionIds">The set of unique identifiers for each partition.</param>
45-
/// <param name="isGeoReplicationEnabled">A flag indicating whether or not the Event Hub has geo-replication enabled.</param>
45+
/// <param name="isGeoReplicationEnabled">A flag indicating whether or not the Event Hubs namespace has geo-replication enabled.</param>
4646
///
4747
[EditorBrowsable(EditorBrowsableState.Never)]
4848
public static EventHubProperties EventHubProperties(string name,

0 commit comments

Comments
 (0)