Changed summary comment for v1, v2 classes
This commit is contained in:
Родитель
4b5d5a2713
Коммит
568b64f8f4
|
@ -8,9 +8,8 @@ using System.Globalization;
|
|||
namespace Microsoft.CorrelationVector
|
||||
{
|
||||
/// <summary>
|
||||
/// This class represents a lightweight vector for identifying and measuring
|
||||
/// This class represents version 1 of the cV, a lightweight vector for identifying and measuring
|
||||
/// causality.
|
||||
/// This is version 1 of the cV, which uses a shorter base length and can only be incremented.
|
||||
/// </summary>
|
||||
public sealed class CorrelationVectorV1 : CorrelationVector
|
||||
{
|
||||
|
|
|
@ -8,9 +8,8 @@ using System.Globalization;
|
|||
namespace Microsoft.CorrelationVector
|
||||
{
|
||||
/// <summary>
|
||||
/// This class represents a lightweight vector for identifying and measuring
|
||||
/// This class represents version 2 of the cV, a lightweight vector for identifying and measuring
|
||||
/// causality.
|
||||
/// This is version 2 of the cV, which is longer and can utilize the Spin operations.
|
||||
/// </summary>
|
||||
public sealed class CorrelationVectorV2 : CorrelationVector
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче