From 3a9c55d95e5f588b619f716cca8c47f581171577 Mon Sep 17 00:00:00 2001 From: Urmas Rist Date: Fri, 21 Jan 2022 08:10:02 +0200 Subject: [PATCH 1/2] invert: specify that invert takes a object --- 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 0f691b2ed..80135de53 100644 --- a/subjects/invert/README.md +++ b/subjects/invert/README.md @@ -2,7 +2,7 @@ ### Instructions -Create a function called `invert` that inverts the object keys and values. +Create a function called `invert` that takes a object and returns it with its keys and values inverted. ### Notions From d09d35978a6ae2ca0808254b5d44b591c35e4d9b Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Mon, 24 Jan 2022 10:03:36 +0000 Subject: [PATCH 2/2] Update README.md grammatical error --- 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 80135de53..1c5fbdaea 100644 --- a/subjects/invert/README.md +++ b/subjects/invert/README.md @@ -2,7 +2,7 @@ ### Instructions -Create a function called `invert` that takes a object and returns it with its keys and values inverted. +Create a function called `invert` that takes an object and returns it with its keys and values inverted. ### Notions