[Modify] Polish it
This commit is contained in:
parent
5073993dd4
commit
77d67feaf9
@ -1848,7 +1848,7 @@ namespace WebSocketSharp
|
|||||||
/// </param>
|
/// </param>
|
||||||
public static void Times (this ulong n, Action action)
|
public static void Times (this ulong n, Action action)
|
||||||
{
|
{
|
||||||
if (n <= 0)
|
if (n == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (action == null)
|
if (action == null)
|
||||||
|
Loading…
Reference in New Issue
Block a user