Skip to content

Commit 5f0bf41

Browse files
Update specs/SharedBuffer.md
Co-authored-by: David Risney <[email protected]>
1 parent c3bdaec commit 5f0bf41

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
@@ -131,7 +131,7 @@ interface ICoreWebView2StagingSharedBuffer : IUnknown {
131131
/// The file mapping handle of the shared memory of the buffer.
132132
/// Normal app should use `Buffer` or `GetStream` to get memory address
133133
/// or IStream object to access the buffer.
134-
/// For advanced scenario, you could duplicate this handle to another application
134+
/// For advanced scenarios, you could duplicate this handle to another application
135135
/// process and create a mapping from the duplicated handle in that process to access
136136
/// the buffer from that separate process.
137137
[propget] HRESULT Handle([out, retval] HANDLE* value);

0 commit comments

Comments
 (0)