From 1dae83d1b68d58a74455b2b5c4caf42422ebf5ed Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 12 Apr 2015 23:43:39 -0600 Subject: [PATCH] Fix TryParseTime documentation again? --- TShockAPI/Utils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Utils.cs b/TShockAPI/Utils.cs index a8ea128d..f6033796 100644 --- a/TShockAPI/Utils.cs +++ b/TShockAPI/Utils.cs @@ -801,7 +801,7 @@ namespace TShockAPI /// /// Attempts to parse a string as a timespan (_d_m_h_s). /// - /// The time string. + /// The time string. /// The seconds. /// Whether the string was parsed successfully. public bool TryParseTime(string str, out int seconds)