From 74281fc06406f1eb5fb45db70ddcdaea63238cb1 Mon Sep 17 00:00:00 2001 From: Tlekbai Ali Date: Fri, 5 Jun 2020 17:13:33 +0600 Subject: [PATCH] Update valid-ip.en.md Clarify return value --- subjects/valid-ip.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/valid-ip.en.md b/subjects/valid-ip.en.md index 7ffa5ca7..a94724c6 100644 --- a/subjects/valid-ip.en.md +++ b/subjects/valid-ip.en.md @@ -2,7 +2,7 @@ ### Instructions -Write a function called `findIP` that search for a valid IP, with or without a port, in a string passed as parameter +Write a function called `findIP` that returns array of valid IPs, with or without a port, in a string passed as parameter A valid IP has the following format :