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

Commit 3ad8ce5

Browse files
authored
Change missed while mirroring (#28955)
1 parent ee3aeb3 commit 3ad8ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/src/CoreLib/System/Buffers/MemoryHandle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public MemoryHandle(void* pointer, GCHandle handle = default, IPinnable pinnable
3939
/// <summary>
4040
/// Frees the pinned handle and releases IPinnable.
4141
/// </summary>
42-
public void Dispose()
42+
public void Dispose()
4343
{
4444
if (_handle.IsAllocated)
4545
{

0 commit comments

Comments
 (0)