From 726576e3e0528e21b5fead726ceea947f78ca60b Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 12 Apr 2015 22:17:06 -0600 Subject: [PATCH] Docs: TraceLevel vs LogLevel in ILog.cs --- TShockAPI/ILog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/ILog.cs b/TShockAPI/ILog.cs index a2dff96f..21ad0156 100644 --- a/TShockAPI/ILog.cs +++ b/TShockAPI/ILog.cs @@ -34,7 +34,7 @@ namespace TShockAPI /// /// Checks whether the log level contains the specified flag. /// - /// The value to check. + /// The value to check. bool MayWriteType(TraceLevel type); ///