Skip to content

Commit 4519fe1

Browse files
authored
pangram: remove overly specific description (#1986)
This makes it easier for tracks to add additional test cases that aren't ascii without having to deal with manually syncing the instructions. I think this is in line with the vast majority of exercises where the inputs aren't described in too much detail.
1 parent d05f467 commit 4519fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/pangram/description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Determine if a sentence is a pangram. A pangram (Greek: παν γράμμα, pan
55
The best known English pangram is:
66
> The quick brown fox jumps over the lazy dog.
77
8-
The alphabet used consists of ASCII letters `a` to `z`, inclusive, and is case
9-
insensitive. Input will not contain non-ASCII symbols.
8+
The alphabet used consists of letters `a` to `z`, inclusive, and is case
9+
insensitive.

0 commit comments

Comments
 (0)