fix: 修改错别字
This commit is contained in:
parent
4e8deee0d3
commit
1d19ac7230
|
|
@ -137,7 +137,7 @@ class Solution {
|
|||
resSet.add(i);
|
||||
}
|
||||
}
|
||||
//将结果几何转为数组
|
||||
//将结果集合转为数组
|
||||
return resSet.stream().mapToInt(x -> x).toArray();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue