Small fixes + use utf-8 in projects
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
{
|
||||
if (list.Count == 0)
|
||||
{
|
||||
throw new ArgumentException("List cannot be emtpy: ", nameof(list));
|
||||
yield break;
|
||||
}
|
||||
if (n <= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user