Преглед на файлове

misc: chore: [ci skip] wrong element order

Evan Husted преди 1 година
родител
ревизия
de9faf183a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Ryujinx/Utilities/PlayReportAnalyzer.cs

+ 1 - 1
src/Ryujinx/Utilities/PlayReportAnalyzer.cs

@@ -180,8 +180,8 @@ namespace Ryujinx.Ava.Utilities
             /// <summary>
             /// A delegate factory you can use to always return the specified
             /// <paramref name="formattedValue"/> in a <see cref="PlayReportValueFormatter"/>.
-            /// <param name="formattedValue">The string to always return for this delegate instance.</param>
             /// </summary>
+            /// <param name="formattedValue">The string to always return for this delegate instance.</param>
             public static PlayReportValueFormatter AlwaysReturns(string formattedValue) => _ => formattedValue;
         }
     }