浏览代码

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
 	{