Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2018-04-10 03:51:06 +0300
committerGitHub <noreply@github.com>2018-04-10 03:51:06 +0300
commit3ad8ce59dd3203f8a72febf5c5e56c742de49fad (patch)
treefc4497af05af231a6605d7b2d7926499cd2a032b /src
parentee3aeb317b39d5c73a3f3595ca979f5c6c3644fa (diff)
Change missed while mirroring (#28955)
Diffstat (limited to 'src')
-rw-r--r--src/Common/src/CoreLib/System/Buffers/MemoryHandle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/src/CoreLib/System/Buffers/MemoryHandle.cs b/src/Common/src/CoreLib/System/Buffers/MemoryHandle.cs
index 8859b49953..231add1c01 100644
--- a/src/Common/src/CoreLib/System/Buffers/MemoryHandle.cs
+++ b/src/Common/src/CoreLib/System/Buffers/MemoryHandle.cs
@@ -39,7 +39,7 @@ namespace System.Buffers
/// <summary>
/// Frees the pinned handle and releases IPinnable.
/// </summary>
- public void Dispose()
+ public void Dispose()
{
if (_handle.IsAllocated)
{