8000 Auto-generated commit · stdlib-js/utils-map-keys@ac9208a · GitHub
[go: up one dir, main page]

Skip to content

Commit ac9208a

Browse files
committed
Auto-generated commit
1 parent 65e70b7 commit ac9208a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<details>
1414

15+
- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
1516
- [`cadb613`](https://github.com/stdlib-js/stdlib/commit/cadb6131d6ce50338d11757e88e8a910a0367983) - **chore:** update argument documentation styling _(by Philipp Burckhardt)_
1617

1718
</details>

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Joey Reed <joeyrreed@gmail.com>
4040
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
4141
Joris Labie <joris.labie1@gmail.com>
4242
Justin Dennison <justin1dennison@gmail.com>
43+
Kaif Mohd <mdkaifprofession@gmail.com>
4344
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4445
Khaldon <kahmd1444@gmail.com>
4546
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var mapKeys = require( '@stdlib/utils-map-keys' );
7575

7676
#### mapKeys( obj, transform )
7777

78-
Map keys from one `object` to a new `object` having the same values.
78+
Maps keys from one `object` to a new `object` having the same values.
7979

8080
```javascript
8181
function transform( key, value ) {

0 commit comments

Comments
 (0)
0