fix some xmldoc

This commit is contained in:
Morilli 2024-09-14 21:35:47 +02:00
parent fb228b77c9
commit 74e50c3041
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace BizHawk.Emulation.Common
/// <summary>
/// Returns an instance of T if T is available
/// Else throws NRE
/// Else returns null
/// </summary>
/// <typeparam name="T">The requested <see cref="IEmulatorService"/></typeparam>
T GetService<T>() where T : IEmulatorService;