parameter name corrected (dotnet/corefx#39744)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Thu, 25 Jul 2019 00:45:38 +0000 (17:45 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2019 00:45:38 +0000 (17:45 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/32d791286263d58e84a587b4a8be0d7d1e667f05

src/libraries/System.Runtime.CompilerServices.Unsafe/src/System.Runtime.CompilerServices.Unsafe.xml

index 9918e2b..1aef90c 100644 (file)
             </summary>
             <typeparam name="T">The type of reference.</typeparam>
             <param name="source">The reference to subtract the offset from.</param>
-            <param name="bytesOffset">The offset to subtract.</param>
+            <param name="byteOffset">The offset to subtract.</param>
             <returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
         </member>
         <member name="M:System.Runtime.CompilerServices.Unsafe.ByteOffset``1(``0@,``0@)">