diff options
| author | EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> | 2020-12-24 20:09:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-25 04:09:02 +0100 |
| commit | d05db79a3e780e51d69bbf1694d601da2b5791fc (patch) | |
| tree | 9f3485cb48dcb8a3e00b96cd878e1c5813e7de98 | |
| parent | 5b9c8761554b25be21de4879128c7abf9ab3781a (diff) | |
Update InvalidMemoryRegionException.cs to abide by English rules. (#1834)
| -rw-r--r-- | Ryujinx.Memory/InvalidMemoryRegionException.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Memory/InvalidMemoryRegionException.cs b/Ryujinx.Memory/InvalidMemoryRegionException.cs index 9fc938c6..01482400 100644 --- a/Ryujinx.Memory/InvalidMemoryRegionException.cs +++ b/Ryujinx.Memory/InvalidMemoryRegionException.cs @@ -4,7 +4,7 @@ namespace Ryujinx.Memory { public class InvalidMemoryRegionException : Exception { - public InvalidMemoryRegionException() : base("Attempted to access a invalid memory region.") + public InvalidMemoryRegionException() : base("Attempted to access an invalid memory region.") { } |
