Skip to content

Commit 4794d2f

Browse files
committed
Link text IMemoryBufferReference
1 parent d2cce59 commit 4794d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/SharedBuffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ namespace Microsoft.Web.WebView2.Core
489489
{
490490
/// A reference to the underlying memory of the shared buffer.
491491
/// You can get IMemoryBufferByteAccess from the object to access the memory as an array of bytes.
492-
/// See [I](https://learn.microsoft.com/uwp/api/windows.foundation.imemorybufferreference?view=winrt-22621)
492+
/// See [IMemoryBufferReference](https://learn.microsoft.com/uwp/api/windows.foundation.imemorybufferreference?view=winrt-22621)
493493
/// for more details.
494494
Windows.Foundation.IMemoryBufferReference Buffer { get; };
495495
}

0 commit comments

Comments
 (0)