From 74e50c3041792a053144e68bf274f6306c917360 Mon Sep 17 00:00:00 2001
From: Morilli <35152647+Morilli@users.noreply.github.com>
Date: Sat, 14 Sep 2024 21:35:47 +0200
Subject: [PATCH] fix some xmldoc
---
.../Interfaces/IEmulatorServiceProvider.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs b/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs
index efd87821d0..5e49dd7f35 100644
--- a/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs
+++ b/src/BizHawk.Emulation.Common/Interfaces/IEmulatorServiceProvider.cs
@@ -26,7 +26,7 @@ namespace BizHawk.Emulation.Common
///
/// Returns an instance of T if T is available
- /// Else throws NRE
+ /// Else returns null
///
/// The requested
T GetService() where T : IEmulatorService;