From 3a9c55d95e5f588b619f716cca8c47f581171577 Mon Sep 17 00:00:00 2001 From: Urmas Rist Date: Fri, 21 Jan 2022 08:10:02 +0200 Subject: [PATCH] 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