Fix TryParseTime documentation again?

This commit is contained in:
Lucas Nicodemus 2015-04-12 23:43:39 -06:00
parent e927b55fcb
commit 1dae83d1b6

View file

@ -801,7 +801,7 @@ namespace TShockAPI
/// <summary>
/// Attempts to parse a string as a timespan (_d_m_h_s).
/// </summary>
/// <param name="string">The time string.</param>
/// <param name="str">The time string.</param>
/// <param name="seconds">The seconds.</param>
/// <returns>Whether the string was parsed successfully.</returns>
public bool TryParseTime(string str, out int seconds)