- Notifications
You must be signed in to change notification settings - Fork1.6k
Open
Description
Describe the issue or suggestion
For example theReadOnlySpan<T>
constructor takes aref readonly T
, however the documentation lists the parameter asref T reference
instead, leaving out important information about the signature:https://learn.microsoft.com/en-us/dotnet/api/system.readonlyspan-1.-ctor?view=net-9.0#system-readonlyspan-1-ctor(-0@)