From 52cb3a902df5cedb572d0ee9ea0f37afa15a9745 Mon Sep 17 00:00:00 2001 From: zainab Dnaya Date: Tue, 26 Jul 2022 16:48:29 +0100 Subject: [PATCH] Update README.md --- subjects/weareunique/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/weareunique/README.md b/subjects/weareunique/README.md index fd927e56..7f62558d 100644 --- a/subjects/weareunique/README.md +++ b/subjects/weareunique/README.md @@ -4,7 +4,7 @@ Write a function that takes two strings and returns the number of characters that are not included in both, without doubles. - If there is no unique charachters return 0. -- If both strings are empty or one of them return -1. +- If both strings are empty return -1. ### Expected function