From 8795b869d7196253af144528d5cf997caf900fb5 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 2 May 2017 08:05:59 -0500 Subject: [PATCH] Englishing --- BizHawk.Emulation.Common/Interfaces/Services/IBoardInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Common/Interfaces/Services/IBoardInfo.cs b/BizHawk.Emulation.Common/Interfaces/Services/IBoardInfo.cs index 67a83a0ff4..9e58fd1f11 100644 --- a/BizHawk.Emulation.Common/Interfaces/Services/IBoardInfo.cs +++ b/BizHawk.Emulation.Common/Interfaces/Services/IBoardInfo.cs @@ -2,7 +2,7 @@ { /// /// An that returns cart/mapper/board information about the Game hardware itself, if available - /// Currently the board name is the only property but this could be expanded to support more detail informations + /// Currently the board name is the only property but this could be expanded to support more detailed information /// /// ///