Skip to content

Commit

Permalink
Update ChunkList.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielathome19 authored Mar 19, 2023
1 parent ac69487 commit 48f4fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chunk List/ChunkList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public void removeAll(T t)
});
}

/// <summary>i
/// <summary>
/// Optimized version of add, rebalances chunk size during addition. Choose between sqrt(total list size) or 5% of the total list size (Default)
/// Removes all instances of specified element in list
/// <para />
Expand Down Expand Up @@ -642,4 +642,4 @@ public void sort()
}
}
}
}
}

0 comments on commit 48f4fc9

Please sign in to comment.