docs(invert): clarify what to return

This commit is contained in:
eslopfer 2023-01-23 11:57:44 +00:00
parent b49b41fc18
commit 38f9bcb87f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Create a function named `invert` which takes an object and returns it with its keys and values inverted.
Create a function named `invert` which takes an object and returns a new one with its keys and values inverted.
### Notions