diff --git a/src/Ryujinx/Utilities/PlayReportAnalyzer.cs b/src/Ryujinx/Utilities/PlayReportAnalyzer.cs index 80bef13bc..f71642b7d 100644 --- a/src/Ryujinx/Utilities/PlayReportAnalyzer.cs +++ b/src/Ryujinx/Utilities/PlayReportAnalyzer.cs @@ -180,8 +180,8 @@ namespace Ryujinx.Ava.Utilities /// /// A delegate factory you can use to always return the specified /// in a . - /// The string to always return for this delegate instance. /// + /// The string to always return for this delegate instance. public static PlayReportValueFormatter AlwaysReturns(string formattedValue) => _ => formattedValue; } }