mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-14 06:55:41 +08:00
fix: 修改错别字
This commit is contained in:
@ -137,7 +137,7 @@ class Solution {
|
||||
resSet.add(i);
|
||||
}
|
||||
}
|
||||
//将结果几何转为数组
|
||||
//将结果集合转为数组
|
||||
return resSet.stream().mapToInt(x -> x).toArray();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user