fix comment

This commit is contained in:
Looly 2024-09-26 19:19:26 +08:00
parent c9eb040b70
commit f7a2741aa3

View File

@ -368,7 +368,7 @@ public class CollUtil {
}
/**
* 两个集合的差集<br>
* 两个集合的对称差集 (A-B)(B-A)<br>
* 针对一个集合中存在多个相同元素的情况计算两个集合中此元素的个数保留两个集合中此元素个数差的个数<br>
* 例如
*