Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 20, 2024
1 parent 62572c9 commit 61405a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kyu_7/isograms/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 61405a2

Please sign in to comment.