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

TraceFix: Remove redundant documentation
Rebase of 36cbf5e

Bepis преди 3 години
родител
ревизия
fd061962f0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      BepInEx.Preloader.Unity/RuntimeFixes/TraceFix.cs

+ 1 - 1
BepInEx.Preloader.Unity/RuntimeFixes/TraceFix.cs

@@ -7,7 +7,7 @@ using HarmonyLib;
 namespace BepInEx.Preloader.RuntimeFixes
 {
 	/// <summary>
-	/// This exists because the Mono implementation of <see cref="Trace"/> is/was broken, and would call Write directly instead of calling TraceEvent. This class fixes that with a <see cref="BepInEx.Harmony"/> hook.
+	/// This exists because the Mono implementation of <see cref="Trace"/> is/was broken, and would call Write directly instead of calling TraceEvent.
 	/// </summary>
 	internal static class TraceFix
 	{