Skip to content

Commit 1215524

Browse files
authored
Fix typo in isogram-test.lisp (#891)
[no important files changed]
1 parent a9624c5 commit 1215524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/isogram/isogram-test.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
(test isogram-with-duplicated-hyphen (is (isogram:isogram-p "six-year-old")))
4545

46-
(test made-up-name-that-is-an-isogam
46+
(test made-up-name-that-is-an-isogram
4747
(is (isogram:isogram-p "Emily Jung Schwartzkopf")))
4848

4949
(test duplicated-character-in-the-middle

0 commit comments

Comments
 (0)