Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Sep 24, 2024
1 parent 4cbc34d commit e192acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Orleans.Core/Placement/Rebalancing/RebalancingReport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ public readonly struct RebalancingStatistics
[Id(1)] public required SiloAddress SiloAddress { get; init; }

/// <summary>
/// The number of activations that have been dispersed from this silo thus far.
/// The approximate number of activations that have been dispersed from this silo thus far.
/// </summary>
[Id(2)] public required ulong DispersedActivations { get; init; }

/// <summary>
/// The number of activations that have been acquired by this silo thus far.
/// The approximate number of activations that have been acquired by this silo thus far.
/// </summary>
[Id(3)] public required ulong AcquiredActivations { get; init; }
}

0 comments on commit e192acb

Please sign in to comment.