Skip to content

Commit

Permalink
Remove redundancy from the description of isogram
Browse files Browse the repository at this point in the history
When the blurb from the metadata of isogram:

> Determine if a word or phrase is an isogram

is combined with the description text, the resulting exercise
description becomes redundant.

> Determine if a word or phrase is an isogram. Determine if a word or
> sentence is an isogram. An isogram ...

So, this commit removes the redundant part from `description.md`.
  • Loading branch information
jbranchaud committed Sep 23, 2016
1 parent 75befc3 commit ff89a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/isogram/description.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Determine if a word or sentence is an isogram.
An isogram (also known as a "nonpattern word") is a word or phrase without a repeating letter.

Examples of isograms:
Expand Down

0 comments on commit ff89a30

Please sign in to comment.