StyleCop: 10 files of small miscellaneous fixes

This commit is contained in:
Raymond Lynch 2021-05-29 21:11:53 -04:00
parent 97d8fa855a
commit 81b04b2b3c
11 changed files with 38 additions and 48 deletions

View file

@ -12,7 +12,7 @@ namespace Dalamud
/// </summary>
/// <remarks>
/// Attention! The performance of these methods is severely worse than regular <see cref="Marshal"/> calls.
/// Please consider using these instead in performance-critical code.
/// Please consider using those instead in performance-critical code.
/// </remarks>
public static class SafeMemory
{
@ -50,7 +50,7 @@ namespace Dalamud
}
/// <summary>
/// Read an object of the specified struct from the current process.
/// Read an object of the specified struct from the current process.
/// </summary>
/// <typeparam name="T">The type of the struct.</typeparam>
/// <param name="address">The address to read from.</param>