[Modify] Polish it

master
sta 6 years ago
parent 883e09756d
commit 5073993dd4

@ -1827,7 +1827,7 @@ namespace WebSocketSharp
/// </param>
public static void Times (this uint n, Action action)
{
if (n <= 0)
if (n == 0)
return;
if (action == null)

Loading…
Cancel
Save