mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 17:57:11 +02:00
Update InvalidMemoryRegionException.cs to abide by English rules. (#1834)
This commit is contained in:
parent
98f9d387bf
commit
b678f96718
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ namespace Ryujinx.Memory
|
||||||
{
|
{
|
||||||
public class InvalidMemoryRegionException : Exception
|
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…
Add table
Add a link
Reference in a new issue