Skip to content

Commit b424224

Browse files
committed
docs(set): edit set
1 parent 3a79a8d commit b424224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/set-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ let unique = [...new Set(arr)];
249249
// [3, 5, 2]
250250
```
251251

252-
而且,数组的`map``filter`方法也可以用于 Set 了。
252+
而且,数组的`map``filter`方法也可以间接用于 Set 了。
253253

254254
```javascript
255255
let set = new Set([1, 2, 3]);

0 commit comments

Comments
 (0)