diff --git a/kyu_7/isograms/README.md b/kyu_7/isograms/README.md index 246712ff4e9..b261e60c991 100644 --- a/kyu_7/isograms/README.md +++ b/kyu_7/isograms/README.md @@ -1,8 +1,8 @@ # Isograms -An isogram is a word that has no repeating letters, consecutive +An `isogram` is a word that has no repeating letters, consecutive or non-consecutive. Implement a function that determines whether -a string that contains only letters is an isogram. Assume the empty +a string that contains only letters is an `isogram`. Assume the empty string is an `isogram`. Ignore letter case. ```text