Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 35ff77a

Browse files
AlexRadchstephentoub
authored andcommitted
Update System.Memory package description to be complete (#27888)
1 parent d21fa56 commit 35ff77a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pkg/descriptions.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,11 @@
10141014
"Name": "System.Memory",
10151015
"Description": "Provides types for efficient low-allocation access to memory.",
10161016
"CommonTypes": [
1017-
"System.Span"
1017+
"System.Span",
1018+
"System.ReadOnlySpan",
1019+
"System.Memory",
1020+
"System.ReadOnlyMemory",
1021+
"System.MemoryExtensions"
10181022
]
10191023
},
10201024
{
@@ -1439,7 +1443,7 @@
14391443
"System.Runtime.Caching.FileChangeMonitor",
14401444
"System.Runtime.Caching.HostFileChangeMonitor",
14411445
"System.Runtime.Caching.MemoryCache",
1442-
"System.Runtime.Caching.ObjectCache",
1446+
"System.Runtime.Caching.ObjectCache"
14431447
]
14441448
},
14451449
{

0 commit comments

Comments
 (0)