mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 01:25:25 +00:00
Update InvalidMemoryRegionException.cs to abide by English rules. (#1834)
This commit is contained in:
parent
5b9c876155
commit
d05db79a3e
|
@ -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.")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue