projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b293f
)
Corrected terminology in SequencePosition documentation (#56693)
author
Petr Onderka
<gsvick@gmail.com>
Mon, 2 Aug 2021 08:40:30 +0000
(10:40 +0200)
committer
GitHub
<noreply@github.com>
Mon, 2 Aug 2021 08:40:30 +0000
(10:40 +0200)
src/libraries/System.Memory/src/System/SequencePosition.cs
patch
|
blob
|
history
diff --git
a/src/libraries/System.Memory/src/System/SequencePosition.cs
b/src/libraries/System.Memory/src/System/SequencePosition.cs
index 117131d0ad6d39bfffcac43653da60bcaa443e50..574fb767d4ed2ef8322bce046cb5a30ada88a44e 100644
(file)
--- a/
src/libraries/System.Memory/src/System/SequencePosition.cs
+++ b/
src/libraries/System.Memory/src/System/SequencePosition.cs
@@
-8,7
+8,7
@@
namespace System
{
/// <summary>
/// Represents position in non-contiguous set of memory.
- /// P
ropertie
s of this type should not be interpreted by anything but the type that created it.
+ /// P
art
s of this type should not be interpreted by anything but the type that created it.
/// </summary>
public readonly struct SequencePosition : IEquatable<SequencePosition>
{