From 38f9bcb87f397de15ccf045766e5a62d0de2497a Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 23 Jan 2023 11:57:44 +0000 Subject: [PATCH] docs(invert): clarify what to return --- subjects/invert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/invert/README.md b/subjects/invert/README.md index f0d7957f..d92c2987 100644 --- a/subjects/invert/README.md +++ b/subjects/invert/README.md @@ -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