fix: 修改错别字

This commit is contained in:
Zeeland
2023-01-16 10:48:43 +08:00
parent 4e8deee0d3
commit 1d19ac7230

View File

@ -137,7 +137,7 @@ class Solution {
resSet.add(i);
}
}
//将结果几何转为数组
//将结果集合转为数组
return resSet.stream().mapToInt(x -> x).toArray();
}
}