From 730c15dba3166be56f8dc17f04ec5c16b085013b Mon Sep 17 00:00:00 2001 From: augusto-mantilla Date: Thu, 7 Nov 2019 14:56:21 +0000 Subject: [PATCH] Update strlen.en.md --- subjects/strlen.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/strlen.en.md b/subjects/strlen.en.md index c5b46b9d..56b82ccc 100644 --- a/subjects/strlen.en.md +++ b/subjects/strlen.en.md @@ -2,7 +2,7 @@ ### Instructions -- Write a function that counts the runes of a `string` and that returns that count. +- Write a function that counts the `runes` of a `string` and that returns that count. ### Expected function