Corrected terminology in SequencePosition documentation (#56693)
authorPetr Onderka <gsvick@gmail.com>
Mon, 2 Aug 2021 08:40:30 +0000 (10:40 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Aug 2021 08:40:30 +0000 (10:40 +0200)
src/libraries/System.Memory/src/System/SequencePosition.cs

index 117131d0ad6d39bfffcac43653da60bcaa443e50..574fb767d4ed2ef8322bce046cb5a30ada88a44e 100644 (file)
@@ -8,7 +8,7 @@ namespace System
 {
     /// <summary>
     /// Represents position in non-contiguous set of memory.
-    /// Properties of this type should not be interpreted by anything but the type that created it.
+    /// Parts of this type should not be interpreted by anything but the type that created it.
     /// </summary>
     public readonly struct SequencePosition : IEquatable<SequencePosition>
     {