Skip to content

Commit

Permalink
update clone description
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c committed Jun 5, 2022
1 parent 5d5e68b commit e790d81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ npm install just-clone
yarn add just-clone
```

Deep copies objects and arrays
Deep copies objects, arrays, maps and sets

```js
// Deep copies objects and arrays, doesn't clone functions
Expand Down
2 changes: 1 addition & 1 deletion md-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
"just-clone": {
"packageName": "just-clone",
"dir": "collection-clone",
"description": "Deep copies objects and arrays",
"description": "Deep copies objects, arrays, maps and sets",
"examples": [
"// Deep copies objects and arrays, doesn't clone functions",
"",
Expand Down
2 changes: 1 addition & 1 deletion packages/collection-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install just-clone
yarn add just-clone
```

Deep copies objects and arrays
Deep copies objects, arrays, maps and sets

```js
// Deep copies objects and arrays, doesn't clone functions
Expand Down

0 comments on commit e790d81

Please sign in to comment.