mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-10-02 00:41:36 +02:00
Update InvalidMemoryRegionException.cs to abide by English rules. (#1834)
This commit is contained in:
@@ -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.")
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user